Html Css Color HEX #DD408C Deep Cerise

📋 copy color: '#DD408C'

red 221 ◦ green 64 ◦ blue 140

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

Shades of Deep Cerise #DD408C

Tints of Deep Cerise #DD408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.94%

R = 52%
G = 15.06%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD408C (or 0xDD408C) is known color: Deep Cerise. HEX triplet: DD, 40 and 8C. RGB value is (221,64,140). Sum of RGB (Red+Green+Blue) = 221+64+140=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD408C is #22BF73. Grayscale: #777777. Windows color (decimal): -2277236 or 9191645. OLE color: 9191645.

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

Color convert

RGB 221 64 140 -
CMYK 0 0.71 0.37 0.13
HSL 330.96º 0.7% 0.56% -
HSV(B) 330.96º 0.71% 0.87% -
XYZ 36.39 20.93 26.93 -
YUV 119.61 139.51 200.32 -
System Red Green Blue C M Y K H S L
Decimal 221 64 140 0 0.71 0.37 0.13 330.96 0.7 0.56
Hex DD 40 8C 0 47 25 D 14B 46 38
Octal 335 100 214 0 107 45 15 513 106 70
Binary 11011101 1000000 10001100 0 1000111 100101 1101 101001011 1000110 111000

Color Harmonies of #DD408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD408C

Black with #DD408C

Text Example


Text Example

White with #DD408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD408C; }

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

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

background-color css

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

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

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

border-color css

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

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

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