Html Css Color HEX #DD408A Deep Cerise

📋 copy color: '#DD408A'

red 221 ◦ green 64 ◦ blue 138

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

Shades of Deep Cerise #DD408A

Tints of Deep Cerise #DD408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.62%

R = 52.25%
G = 15.13%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD408A (or 0xDD408A) is known color: Deep Cerise. HEX triplet: DD, 40 and 8A. RGB value is (221,64,138). Sum of RGB (Red+Green+Blue) = 221+64+138=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD408A is #22BF75. Grayscale: #777777. Windows color (decimal): -2277238 or 9060573. OLE color: 9060573.

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

Color convert

RGB 221 64 138 -
CMYK 0 0.71 0.38 0.13
HSL 331.72º 0.7% 0.56% -
HSV(B) 331.72º 0.71% 0.87% -
XYZ 36.24 20.87 26.16 -
YUV 119.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 221 64 138 0 0.71 0.38 0.13 331.72 0.7 0.56
Hex DD 40 8A 0 47 26 D 14C 46 38
Octal 335 100 212 0 107 46 15 514 106 70
Binary 11011101 1000000 10001010 0 1000111 100110 1101 101001100 1000110 111000

Color Harmonies of #DD408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD408A

Black with #DD408A

Text Example


Text Example

White with #DD408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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