Html Css Color HEX #DC4470 Cranberry

📋 copy color: '#DC4470'

red 220 ◦ green 68 ◦ blue 112

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

Shades of Cranberry #DC4470

Tints of Cranberry #DC4470

RGB

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

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

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

R = 55%
G = 17%
B = 28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC4470 (or 0xDC4470) is known color: Cranberry. HEX triplet: DC, 44 and 70. RGB value is (220,68,112). Sum of RGB (Red+Green+Blue) = 220+68+112=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4470 is #23BB8F. Grayscale: #767676. Windows color (decimal): -2341776 or 7357660. OLE color: 7357660.

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

Color convert

RGB 220 68 112 -
CMYK 0 0.69 0.49 0.14
HSL 342.63º 0.68% 0.56% -
HSV(B) 342.63º 0.69% 0.86% -
XYZ 34.51 20.52 17.47 -
YUV 118.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 220 68 112 0 0.69 0.49 0.14 342.63 0.68 0.56
Hex DC 44 70 0 45 31 E 157 44 38
Octal 334 104 160 0 105 61 16 527 104 70
Binary 11011100 1000100 1110000 0 1000101 110001 1110 101010111 1000100 111000

Color Harmonies of #DC4470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4470

Black with #DC4470

Text Example


Text Example

White with #DC4470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4470; }

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

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

background-color css

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

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

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

border-color css

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

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

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