Html Css Color HEX #DD408E Deep Cerise

📋 copy color: '#DD408E'

red 221 ◦ green 64 ◦ blue 142

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

Shades of Deep Cerise #DD408E

Tints of Deep Cerise #DD408E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 51.76%
G = 14.99%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD408E (or 0xDD408E) is known color: Deep Cerise. HEX triplet: DD, 40 and 8E. RGB value is (221,64,142). Sum of RGB (Red+Green+Blue) = 221+64+142=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD408E is #22BF71. Grayscale: #777777. Windows color (decimal): -2277234 or 9322717. OLE color: 9322717.

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

Color convert

RGB 221 64 142 -
CMYK 0 0.71 0.36 0.13
HSL 330.19º 0.7% 0.56% -
HSV(B) 330.19º 0.71% 0.87% -
XYZ 36.53 20.99 27.72 -
YUV 119.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 221 64 142 0 0.71 0.36 0.13 330.19 0.7 0.56
Hex DD 40 8E 0 47 24 D 14A 46 38
Octal 335 100 216 0 107 44 15 512 106 70
Binary 11011101 1000000 10001110 0 1000111 100100 1101 101001010 1000110 111000

Color Harmonies of #DD408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD408E

Black with #DD408E

Text Example


Text Example

White with #DD408E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD408E; }

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

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

background-color css

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

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

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

border-color css

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

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

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