Html Css Color HEX #DD2895 Deep Cerise

📋 copy color: '#DD2895'

red 221 ◦ green 40 ◦ blue 149

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

Shades of Deep Cerise #DD2895

Tints of Deep Cerise #DD2895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.76%

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

R = 53.9%
G = 9.76%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD2895 (or 0xDD2895) is known color: Deep Cerise. HEX triplet: DD, 28 and 95. RGB value is (221,40,149). Sum of RGB (Red+Green+Blue) = 221+40+149=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2895 is #22D76A. Grayscale: #6A6A6A. Windows color (decimal): -2283371 or 9775325. OLE color: 9775325.

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

Color convert

RGB 221 40 149 -
CMYK 0 0.82 0.33 0.13
HSL 323.87º 0.73% 0.51% -
HSV(B) 323.87º 0.82% 0.87% -
XYZ 36 19.06 30.22 -
YUV 106.55 151.97 209.64 -
System Red Green Blue C M Y K H S L
Decimal 221 40 149 0 0.82 0.33 0.13 323.87 0.73 0.51
Hex DD 28 95 0 52 21 D 144 49 33
Octal 335 50 225 0 122 41 15 504 111 63
Binary 11011101 101000 10010101 0 1010010 100001 1101 101000100 1001001 110011

Color Harmonies of #DD2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2895

Black with #DD2895

Text Example


Text Example

White with #DD2895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2895; }

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

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

background-color css

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

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

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

border-color css

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

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

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