Html Css Color HEX #DD0FCC Deep Magenta

📋 copy color: '#DD0FCC'

red 221 ◦ green 15 ◦ blue 204

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

Shades of Deep Magenta #DD0FCC

Tints of Deep Magenta #DD0FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.41%

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 50.23%
G = 3.41%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD0FCC (or 0xDD0FCC) is known color: Deep Magenta. HEX triplet: DD, 0F and CC. RGB value is (221,15,204). Sum of RGB (Red+Green+Blue) = 221+15+204=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FCC is #22F033. Grayscale: #616161. Windows color (decimal): -2289716 or 13373405. OLE color: 13373405.

HSL color Cylindrical-coordinate representation of color #DD0FCC: hue angle of 304.95º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0FCC is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 15 204 -
CMYK 0 0.93 0.08 0.13
HSL 304.95º 0.87% 0.46% -
HSV(B) 304.95º 0.93% 0.87% -
XYZ 40.89 20.07 58.85 -
YUV 98.14 187.75 215.63 -
System Red Green Blue C M Y K H S L
Decimal 221 15 204 0 0.93 0.08 0.13 304.95 0.87 0.46
Hex DD F CC 0 5D 8 D 131 57 2E
Octal 335 17 314 0 135 10 15 461 127 56
Binary 11011101 1111 11001100 0 1011101 1000 1101 100110001 1010111 101110

Color Harmonies of #DD0FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0FCC

Black with #DD0FCC

Text Example


Text Example

White with #DD0FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0FCC; }

 p { color: rgb(221,15,204); }

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

background-color css

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

 a { background-color: rgb(221,15,204); }

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

border-color css

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

 span { border-color: rgb(221,15,204); }

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