#DC5181

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

Shades of Cranberry #DC5181

Tints of Cranberry #DC5181

Color information

#DC5181 (or 0xDC5181) is unknown color: approx Cranberry. HEX triplet: DC, 51 and 81. RGB value is (220,81,129). Sum of RGB (Red+Green+Blue) = 220+81+129=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5181 is #23AE7E. Grayscale: #7F7F7F. Windows color (decimal): -2338431 or 8475100. OLE color: 8475100.

HSL color Cylindrical-coordinate representation of color #DC5181: hue angle of 339.28º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5181 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB22081129-
CMYK00.630.410.14
HSL339.28º66.51%59.02%-
HSV(B)339.28º63.18%86.27%-
XYZ36.4222.6923.23-
YUV128.03128.55193.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.16%
GREEN value IS 81 (32.03% from 255) = 18.84%
BLUE value IS 129 (50.78% from 255) = 30%
R=51.16%
G=18.84%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208112900.630.410.14339.2866.5159.02
HexDC518103F29E153433b
Octal334121201077511652310373
Binary11011100101000110000001011111110100111101010100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5181; }

 p { color: rgb(220,81,129); }

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

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

 a { background-color: rgb(220,81,129); }

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

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

 span { border-color: rgb(220,81,129); }

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