#D65C81

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

Shades of Cranberry #D65C81

Tints of Cranberry #D65C81

Color information

#D65C81 (or 0xD65C81) is unknown color: approx Cranberry. HEX triplet: D6, 5C and 81. RGB value is (214,92,129). Sum of RGB (Red+Green+Blue) = 214+92+129=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65C81 is #29A37E. Grayscale: #848484. Windows color (decimal): -2728831 or 8477910. OLE color: 8477910.

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

Color convert

RGB21492129-
CMYK00.570.400.16
HSL341.8º59.8%60%-
HSV(B)341.8º57.01%83.92%-
XYZ35.5223.5423.44-
YUV132.7125.92185.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 129 (50.78% from 255) = 29.66%
R=49.20%
G=21.15%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149212900.570.400.16341.859.860
HexD65C8103928101563c3c
Octal32613420107150205267474
Binary11010110101110010000001011100110100010000101010110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65C81; }

 p { color: rgb(214,92,129); }

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

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

 a { background-color: rgb(214,92,129); }

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

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

 span { border-color: rgb(214,92,129); }

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