Html Css Color HEX #DC5181 Cranberry

📋 copy color: '#DC5181'

red 220 ◦ green 81 ◦ blue 129

#DC5181
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #DC5181

Tints of Cranberry #DC5181

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 value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC5181 (or 0xDC5181) is known color: 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

RGB 220 81 129 -
CMYK 0 0.63 0.41 0.14
HSL 339.28º 0.67% 0.59% -
HSV(B) 339.28º 0.63% 0.86% -
XYZ 36.42 22.69 23.23 -
YUV 128.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 220 81 129 0 0.63 0.41 0.14 339.28 0.67 0.59
Hex DC 51 81 0 3F 29 E 153 43 3B
Octal 334 121 201 0 77 51 16 523 103 73
Binary 11011100 1010001 10000001 0 111111 101001 1110 101010011 1000011 111011

Color Harmonies of #DC5181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5181

Black with #DC5181

Text Example


Text Example

White with #DC5181

Text Example


Text Example

HTML Codes & Css Web 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>