Html Css Color HEX #DC4770 Cranberry

📋 copy color: '#DC4770'

red 220 ◦ green 71 ◦ blue 112

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

Shades of Cranberry #DC4770

Tints of Cranberry #DC4770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.62%

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

R = 54.59%
G = 17.62%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC4770 (or 0xDC4770) is known color: Cranberry. HEX triplet: DC, 47 and 70. RGB value is (220,71,112). Sum of RGB (Red+Green+Blue) = 220+71+112=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4770 is #23B88F. Grayscale: #787878. Windows color (decimal): -2341008 or 7358428. OLE color: 7358428.

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

Color convert

RGB 220 71 112 -
CMYK 0 0.68 0.49 0.14
HSL 343.49º 0.68% 0.57% -
HSV(B) 343.49º 0.68% 0.86% -
XYZ 34.69 20.89 17.53 -
YUV 120.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 220 71 112 0 0.68 0.49 0.14 343.49 0.68 0.57
Hex DC 47 70 0 44 31 E 157 44 39
Octal 334 107 160 0 104 61 16 527 104 71
Binary 11011100 1000111 1110000 0 1000100 110001 1110 101010111 1000100 111001

Color Harmonies of #DC4770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4770

Black with #DC4770

Text Example


Text Example

White with #DC4770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4770; }

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

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

background-color css

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

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

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

border-color css

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

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

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