Html Css Color HEX #DD407F Deep Cerise

📋 copy color: '#DD407F'

red 221 ◦ green 64 ◦ blue 127

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

Shades of Deep Cerise #DD407F

Tints of Deep Cerise #DD407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.83%

R = 53.64%
G = 15.53%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD407F (or 0xDD407F) is known color: Deep Cerise. HEX triplet: DD, 40 and 7F. RGB value is (221,64,127). Sum of RGB (Red+Green+Blue) = 221+64+127=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD407F is #22BF80. Grayscale: #767676. Windows color (decimal): -2277249 or 8339677. OLE color: 8339677.

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

Color convert

RGB 221 64 127 -
CMYK 0 0.71 0.43 0.13
HSL 335.92º 0.7% 0.56% -
HSV(B) 335.92º 0.71% 0.87% -
XYZ 35.48 20.57 22.18 -
YUV 118.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 221 64 127 0 0.71 0.43 0.13 335.92 0.7 0.56
Hex DD 40 7F 0 47 2B D 150 46 38
Octal 335 100 177 0 107 53 15 520 106 70
Binary 11011101 1000000 1111111 0 1000111 101011 1101 101010000 1000110 111000

Color Harmonies of #DD407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD407F

Black with #DD407F

Text Example


Text Example

White with #DD407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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