Html Css Color HEX #DD408F Deep Cerise

📋 copy color: '#DD408F'

red 221 ◦ green 64 ◦ blue 143

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

Shades of Deep Cerise #DD408F

Tints of Deep Cerise #DD408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.41%

R = 51.64%
G = 14.95%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD408F (or 0xDD408F) is known color: Deep Cerise. HEX triplet: DD, 40 and 8F. RGB value is (221,64,143). Sum of RGB (Red+Green+Blue) = 221+64+143=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD408F is #22BF70. Grayscale: #777777. Windows color (decimal): -2277233 or 9388253. OLE color: 9388253.

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

Color convert

RGB 221 64 143 -
CMYK 0 0.71 0.35 0.13
HSL 329.81º 0.7% 0.56% -
HSV(B) 329.81º 0.71% 0.87% -
XYZ 36.61 21.02 28.11 -
YUV 119.95 141.01 200.08 -
System Red Green Blue C M Y K H S L
Decimal 221 64 143 0 0.71 0.35 0.13 329.81 0.7 0.56
Hex DD 40 8F 0 47 23 D 14A 46 38
Octal 335 100 217 0 107 43 15 512 106 70
Binary 11011101 1000000 10001111 0 1000111 100011 1101 101001010 1000110 111000

Color Harmonies of #DD408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD408F

Black with #DD408F

Text Example


Text Example

White with #DD408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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