Html Css Color HEX #DD2995 Deep Cerise

📋 copy color: '#DD2995'

red 221 ◦ green 41 ◦ blue 149

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

Shades of Deep Cerise #DD2995

Tints of Deep Cerise #DD2995

RGB

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

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

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

R = 53.77%
G = 9.98%
B = 36.25%

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

#DD2995 (or 0xDD2995) is known color: Deep Cerise. HEX triplet: DD, 29 and 95. RGB value is (221,41,149). Sum of RGB (Red+Green+Blue) = 221+41+149=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2995 is #22D66A. Grayscale: #6A6A6A. Windows color (decimal): -2283115 or 9775581. OLE color: 9775581.

HSL color Cylindrical-coordinate representation of color #DD2995: hue angle of 324º 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 #DD2995 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 149 -
CMYK 0 0.81 0.33 0.13
HSL 324º 0.73% 0.51% -
HSV(B) 324º 0.81% 0.87% -
XYZ 36.04 19.13 30.23 -
YUV 107.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 221 41 149 0 0.81 0.33 0.13 324 0.73 0.51
Hex DD 29 95 0 51 21 D 144 49 33
Octal 335 51 225 0 121 41 15 504 111 63
Binary 11011101 101001 10010101 0 1010001 100001 1101 101000100 1001001 110011

Color Harmonies of #DD2995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2995

Black with #DD2995

Text Example


Text Example

White with #DD2995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2995; }

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

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

background-color css

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

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

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

border-color css

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

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

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