Html Css Color HEX #DD409A Deep Cerise

📋 copy color: '#DD409A'

red 221 ◦ green 64 ◦ blue 154

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

Shades of Deep Cerise #DD409A

Tints of Deep Cerise #DD409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 50.34%
G = 14.58%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD409A (or 0xDD409A) is known color: Deep Cerise. HEX triplet: DD, 40 and 9A. RGB value is (221,64,154). Sum of RGB (Red+Green+Blue) = 221+64+154=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD409A is #22BF65. Grayscale: #797979. Windows color (decimal): -2277222 or 10109149. OLE color: 10109149.

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

Color convert

RGB 221 64 154 -
CMYK 0 0.71 0.30 0.13
HSL 325.61º 0.7% 0.56% -
HSV(B) 325.61º 0.71% 0.87% -
XYZ 37.48 21.37 32.72 -
YUV 121.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 221 64 154 0 0.71 0.30 0.13 325.61 0.7 0.56
Hex DD 40 9A 0 47 1E D 146 46 38
Octal 335 100 232 0 107 36 15 506 106 70
Binary 11011101 1000000 10011010 0 1000111 11110 1101 101000110 1000110 111000

Color Harmonies of #DD409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD409A

Black with #DD409A

Text Example


Text Example

White with #DD409A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD409A; }

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

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

background-color css

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

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

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

border-color css

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

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

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