Html Css Color HEX #DC5281 Cranberry

📋 copy color: '#DC5281'

red 220 ◦ green 82 ◦ blue 129

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

Shades of Cranberry #DC5281

Tints of Cranberry #DC5281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.03%

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

R = 51.04%
G = 19.03%
B = 29.93%

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

#DC5281 (or 0xDC5281) is known color: Cranberry. HEX triplet: DC, 52 and 81. RGB value is (220,82,129). Sum of RGB (Red+Green+Blue) = 220+82+129=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5281 is #23AD7E. Grayscale: #808080. Windows color (decimal): -2338175 or 8475356. OLE color: 8475356.

HSL color Cylindrical-coordinate representation of color #DC5281: hue angle of 339.57º degrees, saturation: 0.66, 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 #DC5281 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 129 -
CMYK 0 0.63 0.41 0.14
HSL 339.57º 0.66% 0.59% -
HSV(B) 339.57º 0.63% 0.86% -
XYZ 36.49 22.84 23.25 -
YUV 128.62 128.22 193.18 -
System Red Green Blue C M Y K H S L
Decimal 220 82 129 0 0.63 0.41 0.14 339.57 0.66 0.59
Hex DC 52 81 0 3F 29 E 154 42 3B
Octal 334 122 201 0 77 51 16 524 102 73
Binary 11011100 1010010 10000001 0 111111 101001 1110 101010100 1000010 111011

Color Harmonies of #DC5281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5281

Black with #DC5281

Text Example


Text Example

White with #DC5281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5281; }

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

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

background-color css

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

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

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

border-color css

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

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

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