Html Css Color HEX #DD2D95 Deep Cerise

📋 copy color: '#DD2D95'

red 221 ◦ green 45 ◦ blue 149

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

Shades of Deep Cerise #DD2D95

Tints of Deep Cerise #DD2D95

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.84%

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 53.25%
G = 10.84%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD2D95 (or 0xDD2D95) is known color: Deep Cerise. HEX triplet: DD, 2D and 95. RGB value is (221,45,149). Sum of RGB (Red+Green+Blue) = 221+45+149=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2D95 is #22D26A. Grayscale: #6D6D6D. Windows color (decimal): -2282091 or 9776605. OLE color: 9776605.

HSL color Cylindrical-coordinate representation of color #DD2D95: hue angle of 324.55º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D95 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 45 149 -
CMYK 0 0.80 0.33 0.13
HSL 324.55º 0.72% 0.52% -
HSV(B) 324.55º 0.8% 0.87% -
XYZ 36.18 19.42 30.27 -
YUV 109.48 150.31 207.54 -
System Red Green Blue C M Y K H S L
Decimal 221 45 149 0 0.80 0.33 0.13 324.55 0.72 0.52
Hex DD 2D 95 0 50 21 D 145 48 34
Octal 335 55 225 0 120 41 15 505 110 64
Binary 11011101 101101 10010101 0 1010000 100001 1101 101000101 1001000 110100

Color Harmonies of #DD2D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D95

Black with #DD2D95

Text Example


Text Example

White with #DD2D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D95; }

 p { color: rgb(221,45,149); }

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

background-color css

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

 a { background-color: rgb(221,45,149); }

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

border-color css

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

 span { border-color: rgb(221,45,149); }

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