Html Css Color HEX #DC5382 Cranberry

📋 copy color: '#DC5382'

red 220 ◦ green 83 ◦ blue 130

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

Shades of Cranberry #DC5382

Tints of Cranberry #DC5382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 50.81%
G = 19.17%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC5382 (or 0xDC5382) is known color: Cranberry. HEX triplet: DC, 53 and 82. RGB value is (220,83,130). Sum of RGB (Red+Green+Blue) = 220+83+130=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5382 is #23AC7D. Grayscale: #818181. Windows color (decimal): -2337918 or 8541148. OLE color: 8541148.

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

Color convert

RGB 220 83 130 -
CMYK 0 0.62 0.41 0.14
HSL 339.42º 0.66% 0.59% -
HSV(B) 339.42º 0.62% 0.86% -
XYZ 36.64 23.01 23.63 -
YUV 129.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 220 83 130 0 0.62 0.41 0.14 339.42 0.66 0.59
Hex DC 53 82 0 3E 29 E 153 42 3B
Octal 334 123 202 0 76 51 16 523 102 73
Binary 11011100 1010011 10000010 0 111110 101001 1110 101010011 1000010 111011

Color Harmonies of #DC5382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5382

Black with #DC5382

Text Example


Text Example

White with #DC5382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5382; }

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

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

background-color css

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

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

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

border-color css

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

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

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