Html Css Color HEX #DC5380 Cranberry

📋 copy color: '#DC5380'

red 220 ◦ green 83 ◦ blue 128

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

Shades of Cranberry #DC5380

Tints of Cranberry #DC5380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.26%

 BLUE value IS 128 (50.39% from 255) = 29.7%

R = 51.04%
G = 19.26%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC5380 (or 0xDC5380) is known color: Cranberry. HEX triplet: DC, 53 and 80. RGB value is (220,83,128). Sum of RGB (Red+Green+Blue) = 220+83+128=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5380 is #23AC7F. Grayscale: #818181. Windows color (decimal): -2337920 or 8410076. OLE color: 8410076.

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

Color convert

RGB 220 83 128 -
CMYK 0 0.62 0.42 0.14
HSL 340.29º 0.66% 0.59% -
HSV(B) 340.29º 0.62% 0.86% -
XYZ 36.5 22.96 22.93 -
YUV 129.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 220 83 128 0 0.62 0.42 0.14 340.29 0.66 0.59
Hex DC 53 80 0 3E 2A E 154 42 3B
Octal 334 123 200 0 76 52 16 524 102 73
Binary 11011100 1010011 10000000 0 111110 101010 1110 101010100 1000010 111011

Color Harmonies of #DC5380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5380

Black with #DC5380

Text Example


Text Example

White with #DC5380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5380; }

 p { color: rgb(220,83,128); }

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

background-color css

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

 a { background-color: rgb(220,83,128); }

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

border-color css

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

 span { border-color: rgb(220,83,128); }

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