Html Css Color HEX #DC4E71 Cranberry

📋 copy color: '#DC4E71'

red 220 ◦ green 78 ◦ blue 113

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

Shades of Cranberry #DC4E71

Tints of Cranberry #DC4E71

RGB

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

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

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

R = 53.53%
G = 18.98%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC4E71 (or 0xDC4E71) is known color: Cranberry. HEX triplet: DC, 4E and 71. RGB value is (220,78,113). Sum of RGB (Red+Green+Blue) = 220+78+113=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E71 is #23B18E. Grayscale: #7C7C7C. Windows color (decimal): -2339215 or 7425756. OLE color: 7425756.

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

Color convert

RGB 220 78 113 -
CMYK 0 0.65 0.49 0.14
HSL 345.21º 0.67% 0.58% -
HSV(B) 345.21º 0.65% 0.86% -
XYZ 35.22 21.86 17.99 -
YUV 124.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 220 78 113 0 0.65 0.49 0.14 345.21 0.67 0.58
Hex DC 4E 71 0 41 31 E 159 43 3A
Octal 334 116 161 0 101 61 16 531 103 72
Binary 11011100 1001110 1110001 0 1000001 110001 1110 101011001 1000011 111010

Color Harmonies of #DC4E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E71

Black with #DC4E71

Text Example


Text Example

White with #DC4E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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