Html Css Color HEX #DC4680 Cranberry

📋 copy color: '#DC4680'

red 220 ◦ green 70 ◦ blue 128

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

Shades of Cranberry #DC4680

Tints of Cranberry #DC4680

RGB

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

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

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

R = 52.63%
G = 16.75%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC4680 (or 0xDC4680) is known color: Cranberry. HEX triplet: DC, 46 and 80. RGB value is (220,70,128). Sum of RGB (Red+Green+Blue) = 220+70+128=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4680 is #23B97F. Grayscale: #797979. Windows color (decimal): -2341248 or 8406748. OLE color: 8406748.

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

Color convert

RGB 220 70 128 -
CMYK 0 0.68 0.42 0.14
HSL 336.8º 0.68% 0.57% -
HSV(B) 336.8º 0.68% 0.86% -
XYZ 35.6 21.15 22.63 -
YUV 121.46 131.7 198.28 -
System Red Green Blue C M Y K H S L
Decimal 220 70 128 0 0.68 0.42 0.14 336.8 0.68 0.57
Hex DC 46 80 0 44 2A E 151 44 39
Octal 334 106 200 0 104 52 16 521 104 71
Binary 11011100 1000110 10000000 0 1000100 101010 1110 101010001 1000100 111001

Color Harmonies of #DC4680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4680

Black with #DC4680

Text Example


Text Example

White with #DC4680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4680; }

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

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

background-color css

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

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

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

border-color css

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

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

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