Html Css Color HEX #DD4087 Deep Cerise

📋 copy color: '#DD4087'

red 221 ◦ green 64 ◦ blue 135

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

Shades of Deep Cerise #DD4087

Tints of Deep Cerise #DD4087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.14%

R = 52.62%
G = 15.24%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD4087 (or 0xDD4087) is known color: Deep Cerise. HEX triplet: DD, 40 and 87. RGB value is (221,64,135). Sum of RGB (Red+Green+Blue) = 221+64+135=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4087 is #22BF78. Grayscale: #767676. Windows color (decimal): -2277241 or 8863965. OLE color: 8863965.

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

Color convert

RGB 221 64 135 -
CMYK 0 0.71 0.39 0.13
HSL 332.87º 0.7% 0.56% -
HSV(B) 332.87º 0.71% 0.87% -
XYZ 36.03 20.79 25.04 -
YUV 119.04 137.01 200.73 -
System Red Green Blue C M Y K H S L
Decimal 221 64 135 0 0.71 0.39 0.13 332.87 0.7 0.56
Hex DD 40 87 0 47 27 D 14D 46 38
Octal 335 100 207 0 107 47 15 515 106 70
Binary 11011101 1000000 10000111 0 1000111 100111 1101 101001101 1000110 111000

Color Harmonies of #DD4087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4087

Black with #DD4087

Text Example


Text Example

White with #DD4087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4087; }

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

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

background-color css

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

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

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

border-color css

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

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

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