#D75374

Color #D75374 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D75374

Tints of Cranberry #D75374

Color information

#D75374 (or 0xD75374) is unknown color: approx Cranberry. HEX triplet: D7, 53 and 74. RGB value is (215,83,116). Sum of RGB (Red+Green+Blue) = 215+83+116=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D75374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75374 is #28AC8B. Grayscale: #7E7E7E. Windows color (decimal): -2665612 or 7623639. OLE color: 7623639.

HSL color Cylindrical-coordinate representation of color #D75374: hue angle of 345º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75374 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB21583116-
CMYK00.610.460.16
HSL345º62.26%58.43%-
HSV(B)345º61.4%84.31%-
XYZ34.2721.8918.94-
YUV126.23122.23191.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 51.93%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=51.93%
G=20.05%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158311600.610.460.1634562.2658.43
HexD7537403D2E101593e3a
Octal32712316407556205317672
Binary1101011110100111110100011110110111010000101011001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75374; }

 p { color: rgb(215,83,116); }

 H1.HeaderClassName
 {
   color: #D75374;
 }
 .AnyTagClassName
 {
   color: #D75374;
 }
</style>
background-color css

<style>
 a { background-color: #D75374; }

 a { background-color: rgb(215,83,116); }

 div.DivClassName
 {
   background-color: #D75374;
 }
 .BgClassName
 {
   background-color: #D75374;
 }
</style>
border-color css

<style>
 span { border-color: #D75374; }

 span { border-color: rgb(215,83,116); }

 td.TdClassName
 {
   border-color: #D75374;
 }
 .TagClassName
 {
   border-color: #D75374;
 }
</style>