Html Css Color HEX #D912DD Deep Magenta

📋 copy color: '#D912DD'

red 217 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #D912DD

Tints of Deep Magenta #D912DD

RGB

 RED value IS 217 (85.16% from 255) = 47.59%

 GREEN value IS 18 (7.42% from 255) = 3.95%

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 47.59%
G = 3.95%
B = 48.46%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D912DD (or 0xD912DD) is known color: Deep Magenta. HEX triplet: D9, 12 and DD. RGB value is (217,18,221). Sum of RGB (Red+Green+Blue) = 217+18+221=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #D912DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912DD is #26ED22. Grayscale: #646464. Windows color (decimal): -2551075 or 14488281. OLE color: 14488281.

HSL color Cylindrical-coordinate representation of color #D912DD: hue angle of 298.82º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D912DD is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 18 221 -
CMYK 0.02 0.92 0 0.13
HSL 298.82º 0.85% 0.47% -
HSV(B) 298.82º 0.92% 0.87% -
XYZ 41.88 20.4 70.14 -
YUV 100.64 195.93 210.99 -
System Red Green Blue C M Y K H S L
Decimal 217 18 221 0.02 0.92 0 0.13 298.82 0.85 0.47
Hex D9 12 DD 2 5C 0 D 12B 55 2F
Octal 331 22 335 2 134 0 15 453 125 57
Binary 11011001 10010 11011101 10 1011100 0 1101 100101011 1010101 101111

Color Harmonies of #D912DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912DD

Black with #D912DD

Text Example


Text Example

White with #D912DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912DD; }

 p { color: rgb(217,18,221); }

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

background-color css

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

 a { background-color: rgb(217,18,221); }

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

border-color css

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

 span { border-color: rgb(217,18,221); }

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