Html Css Color HEX #DD2992 Deep Cerise

📋 copy color: '#DD2992'

red 221 ◦ green 41 ◦ blue 146

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

Shades of Deep Cerise #DD2992

Tints of Deep Cerise #DD2992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.05%

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 54.17%
G = 10.05%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD2992 (or 0xDD2992) is known color: Deep Cerise. HEX triplet: DD, 29 and 92. RGB value is (221,41,146). Sum of RGB (Red+Green+Blue) = 221+41+146=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2992 is #22D66D. Grayscale: #6A6A6A. Windows color (decimal): -2283118 or 9578973. OLE color: 9578973.

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

Color convert

RGB 221 41 146 -
CMYK 0 0.81 0.34 0.13
HSL 325º 0.73% 0.51% -
HSV(B) 325º 0.81% 0.87% -
XYZ 35.8 19.03 28.98 -
YUV 106.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 221 41 146 0 0.81 0.34 0.13 325 0.73 0.51
Hex DD 29 92 0 51 22 D 145 49 33
Octal 335 51 222 0 121 42 15 505 111 63
Binary 11011101 101001 10010010 0 1010001 100010 1101 101000101 1001001 110011

Color Harmonies of #DD2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2992

Black with #DD2992

Text Example


Text Example

White with #DD2992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2992; }

 p { color: rgb(221,41,146); }

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

background-color css

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

 a { background-color: rgb(221,41,146); }

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

border-color css

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

 span { border-color: rgb(221,41,146); }

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