Html Css Color HEX #DD2175 Deep Cerise

📋 copy color: '#DD2175'

red 221 ◦ green 33 ◦ blue 117

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

Shades of Deep Cerise #DD2175

Tints of Deep Cerise #DD2175

RGB

 RED value IS 221 (86.72% from 255) = 59.57%

 GREEN value IS 33 (13.28% from 255) = 8.89%

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 59.57%
G = 8.89%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD2175 (or 0xDD2175) is known color: Deep Cerise. HEX triplet: DD, 21 and 75. RGB value is (221,33,117). Sum of RGB (Red+Green+Blue) = 221+33+117=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2175 is #22DE8A. Grayscale: #626262. Windows color (decimal): -2285195 or 7676381. OLE color: 7676381.

HSL color Cylindrical-coordinate representation of color #DD2175: hue angle of 333.19º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2175 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 33 117 -
CMYK 0 0.85 0.47 0.13
HSL 333.19º 0.74% 0.5% -
HSV(B) 333.19º 0.85% 0.87% -
XYZ 33.57 17.74 18.49 -
YUV 98.79 138.28 215.17 -
System Red Green Blue C M Y K H S L
Decimal 221 33 117 0 0.85 0.47 0.13 333.19 0.74 0.5
Hex DD 21 75 0 55 2F D 14D 4A 32
Octal 335 41 165 0 125 57 15 515 112 62
Binary 11011101 100001 1110101 0 1010101 101111 1101 101001101 1001010 110010

Color Harmonies of #DD2175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2175

Black with #DD2175

Text Example


Text Example

White with #DD2175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2175; }

 p { color: rgb(221,33,117); }

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

background-color css

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

 a { background-color: rgb(221,33,117); }

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

border-color css

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

 span { border-color: rgb(221,33,117); }

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