Html Css Color HEX #DD3E94 Deep Cerise

📋 copy color: '#DD3E94'

red 221 ◦ green 62 ◦ blue 148

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

Shades of Deep Cerise #DD3E94

Tints of Deep Cerise #DD3E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 51.28%
G = 14.39%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD3E94 (or 0xDD3E94) is known color: Deep Cerise. HEX triplet: DD, 3E and 94. RGB value is (221,62,148). Sum of RGB (Red+Green+Blue) = 221+62+148=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E94 is #22C16B. Grayscale: #777777. Windows color (decimal): -2277740 or 9715421. OLE color: 9715421.

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

Color convert

RGB 221 62 148 -
CMYK 0 0.72 0.33 0.13
HSL 327.55º 0.7% 0.55% -
HSV(B) 327.55º 0.72% 0.87% -
XYZ 36.89 20.96 30.12 -
YUV 119.35 144.18 200.51 -
System Red Green Blue C M Y K H S L
Decimal 221 62 148 0 0.72 0.33 0.13 327.55 0.7 0.55
Hex DD 3E 94 0 48 21 D 148 46 37
Octal 335 76 224 0 110 41 15 510 106 67
Binary 11011101 111110 10010100 0 1001000 100001 1101 101001000 1000110 110111

Color Harmonies of #DD3E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E94

Black with #DD3E94

Text Example


Text Example

White with #DD3E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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