Html Css Color HEX #D912D7 Deep Magenta

📋 copy color: '#D912D7'

red 217 ◦ green 18 ◦ blue 215

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

Shades of Deep Magenta #D912D7

Tints of Deep Magenta #D912D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.78%

R = 48.22%
G = 4%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D912D7 (or 0xD912D7) is known color: Deep Magenta. HEX triplet: D9, 12 and D7. RGB value is (217,18,215). Sum of RGB (Red+Green+Blue) = 217+18+215=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D912D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912D7 is #26ED28. Grayscale: #636363. Windows color (decimal): -2551081 or 14095065. OLE color: 14095065.

HSL color Cylindrical-coordinate representation of color #D912D7: hue angle of 300.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D912D7 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 18 215 -
CMYK 0 0.92 0.01 0.15
HSL 300.6º 0.85% 0.46% -
HSV(B) 300.6º 0.92% 0.85% -
XYZ 41.1 20.09 66 -
YUV 99.96 192.93 211.48 -
System Red Green Blue C M Y K H S L
Decimal 217 18 215 0 0.92 0.01 0.15 300.6 0.85 0.46
Hex D9 12 D7 0 5C 1 F 12D 55 2E
Octal 331 22 327 0 134 1 17 455 125 56
Binary 11011001 10010 11010111 0 1011100 1 1111 100101101 1010101 101110

Color Harmonies of #D912D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912D7

Black with #D912D7

Text Example


Text Example

White with #D912D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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