Html Css Color HEX #DD4098 Deep Cerise

📋 copy color: '#DD4098'

red 221 ◦ green 64 ◦ blue 152

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

Shades of Deep Cerise #DD4098

Tints of Deep Cerise #DD4098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.78%

R = 50.57%
G = 14.65%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD4098 (or 0xDD4098) is known color: Deep Cerise. HEX triplet: DD, 40 and 98. RGB value is (221,64,152). Sum of RGB (Red+Green+Blue) = 221+64+152=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4098 is #22BF67. Grayscale: #787878. Windows color (decimal): -2277224 or 9978077. OLE color: 9978077.

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

Color convert

RGB 221 64 152 -
CMYK 0 0.71 0.31 0.13
HSL 326.37º 0.7% 0.56% -
HSV(B) 326.37º 0.71% 0.87% -
XYZ 37.32 21.31 31.85 -
YUV 120.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 221 64 152 0 0.71 0.31 0.13 326.37 0.7 0.56
Hex DD 40 98 0 47 1F D 146 46 38
Octal 335 100 230 0 107 37 15 506 106 70
Binary 11011101 1000000 10011000 0 1000111 11111 1101 101000110 1000110 111000

Color Harmonies of #DD4098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4098

Black with #DD4098

Text Example


Text Example

White with #DD4098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4098; }

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

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

background-color css

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

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

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

border-color css

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

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

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