Html Css Color HEX #DC4079 Cranberry

📋 copy color: '#DC4079'

red 220 ◦ green 64 ◦ blue 121

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

Shades of Cranberry #DC4079

Tints of Cranberry #DC4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.8%

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

R = 54.32%
G = 15.8%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC4079 (or 0xDC4079) is known color: Cranberry. HEX triplet: DC, 40 and 79. RGB value is (220,64,121). Sum of RGB (Red+Green+Blue) = 220+64+121=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4079 is #23BF86. Grayscale: #757575. Windows color (decimal): -2342791 or 7946460. OLE color: 7946460.

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

Color convert

RGB 220 64 121 -
CMYK 0 0.71 0.45 0.14
HSL 338.08º 0.69% 0.56% -
HSV(B) 338.08º 0.71% 0.86% -
XYZ 34.8 20.26 20.17 -
YUV 117.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 220 64 121 0 0.71 0.45 0.14 338.08 0.69 0.56
Hex DC 40 79 0 47 2D E 152 45 38
Octal 334 100 171 0 107 55 16 522 105 70
Binary 11011100 1000000 1111001 0 1000111 101101 1110 101010010 1000101 111000

Color Harmonies of #DC4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4079

Black with #DC4079

Text Example


Text Example

White with #DC4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4079; }

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

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

background-color css

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

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

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

border-color css

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

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

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