Html Css Color HEX #DD3F93 Deep Cerise

📋 copy color: '#DD3F93'

red 221 ◦ green 63 ◦ blue 147

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

Shades of Deep Cerise #DD3F93

Tints of Deep Cerise #DD3F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.11%

R = 51.28%
G = 14.62%
B = 34.11%

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

#DD3F93 (or 0xDD3F93) is known color: Deep Cerise. HEX triplet: DD, 3F and 93. RGB value is (221,63,147). Sum of RGB (Red+Green+Blue) = 221+63+147=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F93 is #22C06C. Grayscale: #777777. Windows color (decimal): -2277485 or 9650141. OLE color: 9650141.

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

Color convert

RGB 221 63 147 -
CMYK 0 0.71 0.33 0.13
HSL 328.1º 0.7% 0.56% -
HSV(B) 328.1º 0.71% 0.87% -
XYZ 36.86 21.03 29.72 -
YUV 119.82 143.35 200.17 -
System Red Green Blue C M Y K H S L
Decimal 221 63 147 0 0.71 0.33 0.13 328.1 0.7 0.56
Hex DD 3F 93 0 47 21 D 148 46 38
Octal 335 77 223 0 107 41 15 510 106 70
Binary 11011101 111111 10010011 0 1000111 100001 1101 101001000 1000110 111000

Color Harmonies of #DD3F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F93

Black with #DD3F93

Text Example


Text Example

White with #DD3F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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