Html Css Color HEX #DC4E79 Cranberry

📋 copy color: '#DC4E79'

red 220 ◦ green 78 ◦ blue 121

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

Shades of Cranberry #DC4E79

Tints of Cranberry #DC4E79

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.62%

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

R = 52.51%
G = 18.62%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC4E79 (or 0xDC4E79) is known color: Cranberry. HEX triplet: DC, 4E and 79. RGB value is (220,78,121). Sum of RGB (Red+Green+Blue) = 220+78+121=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E79 is #23B186. Grayscale: #7D7D7D. Windows color (decimal): -2339207 or 7950044. OLE color: 7950044.

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

Color convert

RGB 220 78 121 -
CMYK 0 0.65 0.45 0.14
HSL 341.83º 0.67% 0.58% -
HSV(B) 341.83º 0.65% 0.86% -
XYZ 35.69 22.04 20.46 -
YUV 125.36 125.54 195.5 -
System Red Green Blue C M Y K H S L
Decimal 220 78 121 0 0.65 0.45 0.14 341.83 0.67 0.58
Hex DC 4E 79 0 41 2D E 156 43 3A
Octal 334 116 171 0 101 55 16 526 103 72
Binary 11011100 1001110 1111001 0 1000001 101101 1110 101010110 1000011 111010

Color Harmonies of #DC4E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E79

Black with #DC4E79

Text Example


Text Example

White with #DC4E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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