Html Css Color HEX #DC5082 Cranberry

📋 copy color: '#DC5082'

red 220 ◦ green 80 ◦ blue 130

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

Shades of Cranberry #DC5082

Tints of Cranberry #DC5082

RGB

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

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

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

R = 51.16%
G = 18.6%
B = 30.23%

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

#DC5082 (or 0xDC5082) is known color: Cranberry. HEX triplet: DC, 50 and 82. RGB value is (220,80,130). Sum of RGB (Red+Green+Blue) = 220+80+130=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5082 is #23AF7D. Grayscale: #7F7F7F. Windows color (decimal): -2338686 or 8540380. OLE color: 8540380.

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

Color convert

RGB 220 80 130 -
CMYK 0 0.64 0.41 0.14
HSL 338.57º 0.67% 0.59% -
HSV(B) 338.57º 0.64% 0.86% -
XYZ 36.41 22.56 23.56 -
YUV 127.56 129.38 193.93 -
System Red Green Blue C M Y K H S L
Decimal 220 80 130 0 0.64 0.41 0.14 338.57 0.67 0.59
Hex DC 50 82 0 40 29 E 153 43 3B
Octal 334 120 202 0 100 51 16 523 103 73
Binary 11011100 1010000 10000010 0 1000000 101001 1110 101010011 1000011 111011

Color Harmonies of #DC5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5082

Black with #DC5082

Text Example


Text Example

White with #DC5082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5082; }

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

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

background-color css

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

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

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

border-color css

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

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

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