Html Css Color HEX #DD2275 Deep Cerise

📋 copy color: '#DD2275'

red 221 ◦ green 34 ◦ blue 117

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

Shades of Deep Cerise #DD2275

Tints of Deep Cerise #DD2275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.14%

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

R = 59.41%
G = 9.14%
B = 31.45%

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

#DD2275 (or 0xDD2275) is known color: Deep Cerise. HEX triplet: DD, 22 and 75. RGB value is (221,34,117). Sum of RGB (Red+Green+Blue) = 221+34+117=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2275 is #22DD8A. Grayscale: #636363. Windows color (decimal): -2284939 or 7676637. OLE color: 7676637.

HSL color Cylindrical-coordinate representation of color #DD2275: hue angle of 333.37º degrees, saturation: 0.73, 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 #DD2275 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 34 117 -
CMYK 0 0.85 0.47 0.13
HSL 333.37º 0.73% 0.5% -
HSV(B) 333.37º 0.85% 0.87% -
XYZ 33.6 17.8 18.49 -
YUV 99.38 137.95 214.75 -
System Red Green Blue C M Y K H S L
Decimal 221 34 117 0 0.85 0.47 0.13 333.37 0.73 0.5
Hex DD 22 75 0 55 2F D 14D 49 32
Octal 335 42 165 0 125 57 15 515 111 62
Binary 11011101 100010 1110101 0 1010101 101111 1101 101001101 1001001 110010

Color Harmonies of #DD2275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2275

Black with #DD2275

Text Example


Text Example

White with #DD2275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2275; }

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

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

background-color css

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

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

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

border-color css

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

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

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