Html Css Color HEX #DC4880 Cranberry

📋 copy color: '#DC4880'

red 220 ◦ green 72 ◦ blue 128

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

Shades of Cranberry #DC4880

Tints of Cranberry #DC4880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.14%

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

R = 52.38%
G = 17.14%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC4880 (or 0xDC4880) is known color: Cranberry. HEX triplet: DC, 48 and 80. RGB value is (220,72,128). Sum of RGB (Red+Green+Blue) = 220+72+128=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4880 is #23B77F. Grayscale: #7A7A7A. Windows color (decimal): -2340736 or 8407260. OLE color: 8407260.

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

Color convert

RGB 220 72 128 -
CMYK 0 0.67 0.42 0.14
HSL 337.3º 0.68% 0.57% -
HSV(B) 337.3º 0.67% 0.86% -
XYZ 35.73 21.41 22.67 -
YUV 122.64 131.03 197.45 -
System Red Green Blue C M Y K H S L
Decimal 220 72 128 0 0.67 0.42 0.14 337.3 0.68 0.57
Hex DC 48 80 0 43 2A E 151 44 39
Octal 334 110 200 0 103 52 16 521 104 71
Binary 11011100 1001000 10000000 0 1000011 101010 1110 101010001 1000100 111001

Color Harmonies of #DC4880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4880

Black with #DC4880

Text Example


Text Example

White with #DC4880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4880; }

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

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

background-color css

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

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

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

border-color css

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

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

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