Html Css Color HEX #DD3F94 Deep Cerise

📋 copy color: '#DD3F94'

red 221 ◦ green 63 ◦ blue 148

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

Shades of Deep Cerise #DD3F94

Tints of Deep Cerise #DD3F94

RGB

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

 GREEN value IS 63 (25% from 255) = 14.58%

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

R = 51.16%
G = 14.58%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD3F94 (or 0xDD3F94) is known color: Deep Cerise. HEX triplet: DD, 3F and 94. RGB value is (221,63,148). Sum of RGB (Red+Green+Blue) = 221+63+148=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F94 is #22C06B. Grayscale: #777777. Windows color (decimal): -2277484 or 9715677. OLE color: 9715677.

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

Color convert

RGB 221 63 148 -
CMYK 0 0.71 0.33 0.13
HSL 327.72º 0.7% 0.56% -
HSV(B) 327.72º 0.71% 0.87% -
XYZ 36.94 21.07 30.14 -
YUV 119.93 143.85 200.09 -
System Red Green Blue C M Y K H S L
Decimal 221 63 148 0 0.71 0.33 0.13 327.72 0.7 0.56
Hex DD 3F 94 0 47 21 D 148 46 38
Octal 335 77 224 0 107 41 15 510 106 70
Binary 11011101 111111 10010100 0 1000111 100001 1101 101001000 1000110 111000

Color Harmonies of #DD3F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F94

Black with #DD3F94

Text Example


Text Example

White with #DD3F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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