#D65881

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

Shades of Cranberry #D65881

Tints of Cranberry #D65881

Color information

#D65881 (or 0xD65881) is unknown color: approx Cranberry. HEX triplet: D6, 58 and 81. RGB value is (214,88,129). Sum of RGB (Red+Green+Blue) = 214+88+129=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D65881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65881 is #29A77E. Grayscale: #828282. Windows color (decimal): -2729855 or 8476886. OLE color: 8476886.

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

Color convert

RGB21488129-
CMYK00.590.400.16
HSL340.48º60.58%59.22%-
HSV(B)340.48º58.88%83.92%-
XYZ35.1822.8623.33-
YUV130.35127.24187.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 88 (34.77% from 255) = 20.42%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=49.65%
G=20.42%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148812900.590.400.16340.4860.5859.22
HexD6588103B28101543d3b
Octal32613020107350205247573
Binary11010110101100010000001011101110100010000101010100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65881; }

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

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

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

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

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

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

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

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