Html Css Color HEX #DC4773 Cranberry

📋 copy color: '#DC4773'

red 220 ◦ green 71 ◦ blue 115

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

Shades of Cranberry #DC4773

Tints of Cranberry #DC4773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.33%

R = 54.19%
G = 17.49%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC4773 (or 0xDC4773) is known color: Cranberry. HEX triplet: DC, 47 and 73. RGB value is (220,71,115). Sum of RGB (Red+Green+Blue) = 220+71+115=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4773 is #23B88C. Grayscale: #787878. Windows color (decimal): -2341005 or 7555036. OLE color: 7555036.

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

Color convert

RGB 220 71 115 -
CMYK 0 0.68 0.48 0.14
HSL 342.28º 0.68% 0.57% -
HSV(B) 342.28º 0.68% 0.86% -
XYZ 34.86 20.96 18.43 -
YUV 120.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 220 71 115 0 0.68 0.48 0.14 342.28 0.68 0.57
Hex DC 47 73 0 44 30 E 156 44 39
Octal 334 107 163 0 104 60 16 526 104 71
Binary 11011100 1000111 1110011 0 1000100 110000 1110 101010110 1000100 111001

Color Harmonies of #DC4773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4773

Black with #DC4773

Text Example


Text Example

White with #DC4773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4773; }

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

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

background-color css

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

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

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

border-color css

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

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

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