Html Css Color HEX #DC4970 Cranberry

📋 copy color: '#DC4970'

red 220 ◦ green 73 ◦ blue 112

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

Shades of Cranberry #DC4970

Tints of Cranberry #DC4970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.02%

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 54.32%
G = 18.02%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC4970 (or 0xDC4970) is known color: Cranberry. HEX triplet: DC, 49 and 70. RGB value is (220,73,112). Sum of RGB (Red+Green+Blue) = 220+73+112=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4970 is #23B68F. Grayscale: #797979. Windows color (decimal): -2340496 or 7358940. OLE color: 7358940.

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

Color convert

RGB 220 73 112 -
CMYK 0 0.67 0.49 0.14
HSL 344.08º 0.68% 0.57% -
HSV(B) 344.08º 0.67% 0.86% -
XYZ 34.82 21.15 17.58 -
YUV 121.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 220 73 112 0 0.67 0.49 0.14 344.08 0.68 0.57
Hex DC 49 70 0 43 31 E 158 44 39
Octal 334 111 160 0 103 61 16 530 104 71
Binary 11011100 1001001 1110000 0 1000011 110001 1110 101011000 1000100 111001

Color Harmonies of #DC4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4970

Black with #DC4970

Text Example


Text Example

White with #DC4970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4970; }

 p { color: rgb(220,73,112); }

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

background-color css

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

 a { background-color: rgb(220,73,112); }

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

border-color css

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

 span { border-color: rgb(220,73,112); }

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