#D65374

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

Shades of Cranberry #D65374

Tints of Cranberry #D65374

Color information

#D65374 (or 0xD65374) is unknown color: approx Cranberry. HEX triplet: D6, 53 and 74. RGB value is (214,83,116). Sum of RGB (Red+Green+Blue) = 214+83+116=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D65374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65374 is #29AC8B. Grayscale: #7D7D7D. Windows color (decimal): -2731148 or 7623638. OLE color: 7623638.

HSL color Cylindrical-coordinate representation of color #D65374: hue angle of 344.89º 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 #D65374 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB21483116-
CMYK00.610.460.16
HSL344.89º61.5%58.24%-
HSV(B)344.89º61.21%83.92%-
XYZ33.9821.7418.93-
YUV125.93122.4190.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.82%
GREEN value IS 83 (32.81% from 255) = 20.10%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=51.82%
G=20.10%
B=28.09%

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
Decimal2148311600.610.460.16344.8961.558.24
HexD6537403D2E101593e3a
Octal32612316407556205317672
Binary1101011010100111110100011110110111010000101011001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65374; }

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

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

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

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

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

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

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

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