Html Css Color HEX #DD10C8 Deep Magenta

📋 copy color: '#DD10C8'

red 221 ◦ green 16 ◦ blue 200

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

Shades of Deep Magenta #DD10C8

Tints of Deep Magenta #DD10C8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.66%

 BLUE value IS 200 (78.52% from 255) = 45.77%

R = 50.57%
G = 3.66%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD10C8 (or 0xDD10C8) is known color: Deep Magenta. HEX triplet: DD, 10 and C8. RGB value is (221,16,200). Sum of RGB (Red+Green+Blue) = 221+16+200=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10C8 is #22EF37. Grayscale: #616161. Windows color (decimal): -2289464 or 13111517. OLE color: 13111517.

HSL color Cylindrical-coordinate representation of color #DD10C8: hue angle of 306.15º degrees, saturation: 0.86, 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 #DD10C8 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 200 -
CMYK 0 0.93 0.10 0.13
HSL 306.15º 0.86% 0.46% -
HSV(B) 306.15º 0.93% 0.87% -
XYZ 40.43 19.91 56.36 -
YUV 98.27 185.42 215.54 -
System Red Green Blue C M Y K H S L
Decimal 221 16 200 0 0.93 0.10 0.13 306.15 0.86 0.46
Hex DD 10 C8 0 5D A D 132 56 2E
Octal 335 20 310 0 135 12 15 462 126 56
Binary 11011101 10000 11001000 0 1011101 1010 1101 100110010 1010110 101110

Color Harmonies of #DD10C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10C8

Black with #DD10C8

Text Example


Text Example

White with #DD10C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10C8; }

 p { color: rgb(221,16,200); }

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

background-color css

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

 a { background-color: rgb(221,16,200); }

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

border-color css

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

 span { border-color: rgb(221,16,200); }

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