Html Css Color HEX #DD4097 Deep Cerise

📋 copy color: '#DD4097'

red 221 ◦ green 64 ◦ blue 151

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

Shades of Deep Cerise #DD4097

Tints of Deep Cerise #DD4097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.63%

R = 50.69%
G = 14.68%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD4097 (or 0xDD4097) is known color: Deep Cerise. HEX triplet: DD, 40 and 97. RGB value is (221,64,151). Sum of RGB (Red+Green+Blue) = 221+64+151=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4097 is #22BF68. Grayscale: #787878. Windows color (decimal): -2277225 or 9912541. OLE color: 9912541.

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

Color convert

RGB 221 64 151 -
CMYK 0 0.71 0.32 0.13
HSL 326.75º 0.7% 0.56% -
HSV(B) 326.75º 0.71% 0.87% -
XYZ 37.24 21.27 31.42 -
YUV 120.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 221 64 151 0 0.71 0.32 0.13 326.75 0.7 0.56
Hex DD 40 97 0 47 20 D 147 46 38
Octal 335 100 227 0 107 40 15 507 106 70
Binary 11011101 1000000 10010111 0 1000111 100000 1101 101000111 1000110 111000

Color Harmonies of #DD4097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4097

Black with #DD4097

Text Example


Text Example

White with #DD4097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4097; }

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

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

background-color css

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

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

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

border-color css

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

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

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