Html Css Color HEX #DD3E96 Deep Cerise

📋 copy color: '#DD3E96'

red 221 ◦ green 62 ◦ blue 150

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

Shades of Deep Cerise #DD3E96

Tints of Deep Cerise #DD3E96

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.32%

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 51.04%
G = 14.32%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD3E96 (or 0xDD3E96) is known color: Deep Cerise. HEX triplet: DD, 3E and 96. RGB value is (221,62,150). Sum of RGB (Red+Green+Blue) = 221+62+150=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E96 is #22C169. Grayscale: #777777. Windows color (decimal): -2277738 or 9846493. OLE color: 9846493.

HSL color Cylindrical-coordinate representation of color #DD3E96: hue angle of 326.79º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3E96 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 62 150 -
CMYK 0 0.72 0.32 0.13
HSL 326.79º 0.7% 0.55% -
HSV(B) 326.79º 0.72% 0.87% -
XYZ 37.05 21.02 30.96 -
YUV 119.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 221 62 150 0 0.72 0.32 0.13 326.79 0.7 0.55
Hex DD 3E 96 0 48 20 D 147 46 37
Octal 335 76 226 0 110 40 15 507 106 67
Binary 11011101 111110 10010110 0 1001000 100000 1101 101000111 1000110 110111

Color Harmonies of #DD3E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E96

Black with #DD3E96

Text Example


Text Example

White with #DD3E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E96; }

 p { color: rgb(221,62,150); }

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

background-color css

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

 a { background-color: rgb(221,62,150); }

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

border-color css

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

 span { border-color: rgb(221,62,150); }

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