#D65B78

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

Shades of Cranberry #D65B78

Tints of Cranberry #D65B78

Color information

#D65B78 (or 0xD65B78) is unknown color: approx Cranberry. HEX triplet: D6, 5B and 78. RGB value is (214,91,120). Sum of RGB (Red+Green+Blue) = 214+91+120=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B78 is #29A487. Grayscale: #838383. Windows color (decimal): -2729096 or 7887830. OLE color: 7887830.

HSL color Cylindrical-coordinate representation of color #D65B78: hue angle of 345.85º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65B78 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB21491120-
CMYK00.570.440.16
HSL345.85º60%59.8%-
HSV(B)345.85º57.48%83.92%-
XYZ34.8623.1320.4-
YUV131.08121.75187.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.35%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=50.35%
G=21.41%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149112000.570.440.16345.856059.8
HexD65B780392C1015a3c3c
Octal32613317007154205327474
Binary1101011010110111111000011100110110010000101011010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65B78; }

 p { color: rgb(214,91,120); }

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

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

 a { background-color: rgb(214,91,120); }

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

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

 span { border-color: rgb(214,91,120); }

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