#D65580

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

Shades of Cranberry #D65580

Tints of Cranberry #D65580

Color information

#D65580 (or 0xD65580) is unknown color: approx Cranberry. HEX triplet: D6, 55 and 80. RGB value is (214,85,128). Sum of RGB (Red+Green+Blue) = 214+85+128=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D65580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65580 is #29AA7F. Grayscale: #808080. Windows color (decimal): -2730624 or 8410582. OLE color: 8410582.

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

Color convert

RGB21485128-
CMYK00.600.400.16
HSL340º61.14%58.63%-
HSV(B)340º60.28%83.92%-
XYZ34.8822.3522.9-
YUV128.47127.74189-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.12%
GREEN value IS 85 (33.59% from 255) = 19.91%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=50.12%
G=19.91%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148512800.600.400.1634061.1458.63
HexD6558003C28101543d3b
Octal32612520007450205247573
Binary11010110101010110000000011110010100010000101010100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65580; }

 p { color: rgb(214,85,128); }

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

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

 a { background-color: rgb(214,85,128); }

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

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

 span { border-color: rgb(214,85,128); }

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