Html Css Color HEX #DD40A9 Deep Cerise

📋 copy color: '#DD40A9'

red 221 ◦ green 64 ◦ blue 169

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

Shades of Deep Cerise #DD40A9

Tints of Deep Cerise #DD40A9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.1%

 BLUE value IS 169 (66.41% from 255) = 37.22%

R = 48.68%
G = 14.1%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD40A9 (or 0xDD40A9) is known color: Deep Cerise. HEX triplet: DD, 40 and A9. RGB value is (221,64,169). Sum of RGB (Red+Green+Blue) = 221+64+169=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD40A9 is #22BF56. Grayscale: #7A7A7A. Windows color (decimal): -2277207 or 11092189. OLE color: 11092189.

HSL color Cylindrical-coordinate representation of color #DD40A9: hue angle of 319.87º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD40A9 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 169 -
CMYK 0 0.71 0.24 0.13
HSL 319.87º 0.7% 0.56% -
HSV(B) 319.87º 0.71% 0.87% -
XYZ 38.81 21.9 39.72 -
YUV 122.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 221 64 169 0 0.71 0.24 0.13 319.87 0.7 0.56
Hex DD 40 A9 0 47 18 D 140 46 38
Octal 335 100 251 0 107 30 15 500 106 70
Binary 11011101 1000000 10101001 0 1000111 11000 1101 101000000 1000110 111000

Color Harmonies of #DD40A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD40A9

Black with #DD40A9

Text Example


Text Example

White with #DD40A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD40A9; }

 p { color: rgb(221,64,169); }

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

background-color css

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

 a { background-color: rgb(221,64,169); }

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

border-color css

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

 span { border-color: rgb(221,64,169); }

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