Html Css Color HEX #DC4471 Cranberry

📋 copy color: '#DC4471'

red 220 ◦ green 68 ◦ blue 113

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

Shades of Cranberry #DC4471

Tints of Cranberry #DC4471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.18%

R = 54.86%
G = 16.96%
B = 28.18%

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

#DC4471 (or 0xDC4471) is known color: Cranberry. HEX triplet: DC, 44 and 71. RGB value is (220,68,113). Sum of RGB (Red+Green+Blue) = 220+68+113=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4471 is #23BB8E. Grayscale: #767676. Windows color (decimal): -2341775 or 7423196. OLE color: 7423196.

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

Color convert

RGB 220 68 113 -
CMYK 0 0.69 0.49 0.14
HSL 342.24º 0.68% 0.56% -
HSV(B) 342.24º 0.69% 0.86% -
XYZ 34.56 20.54 17.77 -
YUV 118.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 220 68 113 0 0.69 0.49 0.14 342.24 0.68 0.56
Hex DC 44 71 0 45 31 E 156 44 38
Octal 334 104 161 0 105 61 16 526 104 70
Binary 11011100 1000100 1110001 0 1000101 110001 1110 101010110 1000100 111000

Color Harmonies of #DC4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4471

Black with #DC4471

Text Example


Text Example

White with #DC4471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4471; }

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

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

background-color css

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

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

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

border-color css

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

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

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