Html Css Color HEX #DC4377 Cranberry

📋 copy color: '#DC4377'

red 220 ◦ green 67 ◦ blue 119

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

Shades of Cranberry #DC4377

Tints of Cranberry #DC4377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.5%

 BLUE value IS 119 (46.88% from 255) = 29.31%

R = 54.19%
G = 16.5%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC4377 (or 0xDC4377) is known color: Cranberry. HEX triplet: DC, 43 and 77. RGB value is (220,67,119). Sum of RGB (Red+Green+Blue) = 220+67+119=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4377 is #23BC88. Grayscale: #767676. Windows color (decimal): -2342025 or 7816156. OLE color: 7816156.

HSL color Cylindrical-coordinate representation of color #DC4377: hue angle of 339.61º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4377 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 67 119 -
CMYK 0 0.70 0.46 0.14
HSL 339.61º 0.69% 0.56% -
HSV(B) 339.61º 0.7% 0.86% -
XYZ 34.85 20.56 19.58 -
YUV 118.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 220 67 119 0 0.70 0.46 0.14 339.61 0.69 0.56
Hex DC 43 77 0 46 2E E 154 45 38
Octal 334 103 167 0 106 56 16 524 105 70
Binary 11011100 1000011 1110111 0 1000110 101110 1110 101010100 1000101 111000

Color Harmonies of #DC4377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4377

Black with #DC4377

Text Example


Text Example

White with #DC4377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4377; }

 p { color: rgb(220,67,119); }

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

background-color css

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

 a { background-color: rgb(220,67,119); }

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

border-color css

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

 span { border-color: rgb(220,67,119); }

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