Html Css Color HEX #DD2B95 Deep Cerise

📋 copy color: '#DD2B95'

red 221 ◦ green 43 ◦ blue 149

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

Shades of Deep Cerise #DD2B95

Tints of Deep Cerise #DD2B95

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.41%

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

R = 53.51%
G = 10.41%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD2B95 (or 0xDD2B95) is known color: Deep Cerise. HEX triplet: DD, 2B and 95. RGB value is (221,43,149). Sum of RGB (Red+Green+Blue) = 221+43+149=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2B95 is #22D46A. Grayscale: #6C6C6C. Windows color (decimal): -2282603 or 9776093. OLE color: 9776093.

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

Color convert

RGB 221 43 149 -
CMYK 0 0.81 0.33 0.13
HSL 324.27º 0.72% 0.52% -
HSV(B) 324.27º 0.81% 0.87% -
XYZ 36.11 19.27 30.25 -
YUV 108.31 150.97 208.38 -
System Red Green Blue C M Y K H S L
Decimal 221 43 149 0 0.81 0.33 0.13 324.27 0.72 0.52
Hex DD 2B 95 0 51 21 D 144 48 34
Octal 335 53 225 0 121 41 15 504 110 64
Binary 11011101 101011 10010101 0 1010001 100001 1101 101000100 1001000 110100

Color Harmonies of #DD2B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B95

Black with #DD2B95

Text Example


Text Example

White with #DD2B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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