Html Css Color HEX #DC4682 Cranberry

📋 copy color: '#DC4682'

red 220 ◦ green 70 ◦ blue 130

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

Shades of Cranberry #DC4682

Tints of Cranberry #DC4682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.67%

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

R = 52.38%
G = 16.67%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC4682 (or 0xDC4682) is known color: Cranberry. HEX triplet: DC, 46 and 82. RGB value is (220,70,130). Sum of RGB (Red+Green+Blue) = 220+70+130=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4682 is #23B97D. Grayscale: #797979. Windows color (decimal): -2341246 or 8537820. OLE color: 8537820.

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

Color convert

RGB 220 70 130 -
CMYK 0 0.68 0.41 0.14
HSL 336º 0.68% 0.57% -
HSV(B) 336º 0.68% 0.86% -
XYZ 35.73 21.21 23.33 -
YUV 121.69 132.7 198.12 -
System Red Green Blue C M Y K H S L
Decimal 220 70 130 0 0.68 0.41 0.14 336 0.68 0.57
Hex DC 46 82 0 44 29 E 150 44 39
Octal 334 106 202 0 104 51 16 520 104 71
Binary 11011100 1000110 10000010 0 1000100 101001 1110 101010000 1000100 111001

Color Harmonies of #DC4682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4682

Black with #DC4682

Text Example


Text Example

White with #DC4682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4682; }

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

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

background-color css

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

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

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

border-color css

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

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

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