Html Css Color HEX #DC5781 Cranberry

📋 copy color: '#DC5781'

red 220 ◦ green 87 ◦ blue 129

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

Shades of Cranberry #DC5781

Tints of Cranberry #DC5781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.95%

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

R = 50.46%
G = 19.95%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC5781 (or 0xDC5781) is known color: Cranberry. HEX triplet: DC, 57 and 81. RGB value is (220,87,129). Sum of RGB (Red+Green+Blue) = 220+87+129=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5781 is #23A87E. Grayscale: #838383. Windows color (decimal): -2336895 or 8476636. OLE color: 8476636.

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

Color convert

RGB 220 87 129 -
CMYK 0 0.60 0.41 0.14
HSL 341.05º 0.66% 0.6% -
HSV(B) 341.05º 0.6% 0.86% -
XYZ 36.89 23.62 23.38 -
YUV 131.56 126.56 191.08 -
System Red Green Blue C M Y K H S L
Decimal 220 87 129 0 0.60 0.41 0.14 341.05 0.66 0.6
Hex DC 57 81 0 3C 29 E 155 42 3C
Octal 334 127 201 0 74 51 16 525 102 74
Binary 11011100 1010111 10000001 0 111100 101001 1110 101010101 1000010 111100

Color Harmonies of #DC5781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5781

Black with #DC5781

Text Example


Text Example

White with #DC5781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5781; }

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

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

background-color css

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

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

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

border-color css

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

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

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