Html Css Color HEX #DC4479 Cranberry

📋 copy color: '#DC4479'

red 220 ◦ green 68 ◦ blue 121

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

Shades of Cranberry #DC4479

Tints of Cranberry #DC4479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.63%

 BLUE value IS 121 (47.66% from 255) = 29.58%

R = 53.79%
G = 16.63%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC4479 (or 0xDC4479) is known color: Cranberry. HEX triplet: DC, 44 and 79. RGB value is (220,68,121). Sum of RGB (Red+Green+Blue) = 220+68+121=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4479 is #23BB86. Grayscale: #777777. Windows color (decimal): -2341767 or 7947484. OLE color: 7947484.

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

Color convert

RGB 220 68 121 -
CMYK 0 0.69 0.45 0.14
HSL 339.08º 0.68% 0.56% -
HSV(B) 339.08º 0.69% 0.86% -
XYZ 35.03 20.73 20.24 -
YUV 119.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 220 68 121 0 0.69 0.45 0.14 339.08 0.68 0.56
Hex DC 44 79 0 45 2D E 153 44 38
Octal 334 104 171 0 105 55 16 523 104 70
Binary 11011100 1000100 1111001 0 1000101 101101 1110 101010011 1000100 111000

Color Harmonies of #DC4479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4479

Black with #DC4479

Text Example


Text Example

White with #DC4479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4479; }

 p { color: rgb(220,68,121); }

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

background-color css

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

 a { background-color: rgb(220,68,121); }

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

border-color css

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

 span { border-color: rgb(220,68,121); }

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