Html Css Color HEX #DC5081 Cranberry

📋 copy color: '#DC5081'

red 220 ◦ green 80 ◦ blue 129

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

Shades of Cranberry #DC5081

Tints of Cranberry #DC5081

RGB

 RED value IS 220 (86.33% from 255) = 51.28%

 GREEN value IS 80 (31.64% from 255) = 18.65%

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 51.28%
G = 18.65%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC5081 (or 0xDC5081) is known color: Cranberry. HEX triplet: DC, 50 and 81. RGB value is (220,80,129). Sum of RGB (Red+Green+Blue) = 220+80+129=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5081 is #23AF7E. Grayscale: #7F7F7F. Windows color (decimal): -2338687 or 8474844. OLE color: 8474844.

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

Color convert

RGB 220 80 129 -
CMYK 0 0.64 0.41 0.14
HSL 339º 0.67% 0.59% -
HSV(B) 339º 0.64% 0.86% -
XYZ 36.35 22.54 23.2 -
YUV 127.45 128.88 194.02 -
System Red Green Blue C M Y K H S L
Decimal 220 80 129 0 0.64 0.41 0.14 339 0.67 0.59
Hex DC 50 81 0 40 29 E 153 43 3B
Octal 334 120 201 0 100 51 16 523 103 73
Binary 11011100 1010000 10000001 0 1000000 101001 1110 101010011 1000011 111011

Color Harmonies of #DC5081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5081

Black with #DC5081

Text Example


Text Example

White with #DC5081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5081; }

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

 H1.HeaderClassName
 {
   color: #DC5081;
 }
 .AnyTagClassName
 {
   color: #DC5081;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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