Html Css Color HEX #D912D4 Deep Magenta

📋 copy color: '#D912D4'

red 217 ◦ green 18 ◦ blue 212

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

Shades of Deep Magenta #D912D4

Tints of Deep Magenta #D912D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.43%

R = 48.55%
G = 4.03%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D912D4 (or 0xD912D4) is known color: Deep Magenta. HEX triplet: D9, 12 and D4. RGB value is (217,18,212). Sum of RGB (Red+Green+Blue) = 217+18+212=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D912D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912D4 is #26ED2B. Grayscale: #636363. Windows color (decimal): -2551084 or 13898457. OLE color: 13898457.

HSL color Cylindrical-coordinate representation of color #D912D4: hue angle of 301.51º 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 #D912D4 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 18 212 -
CMYK 0 0.92 0.02 0.15
HSL 301.51º 0.85% 0.46% -
HSV(B) 301.51º 0.92% 0.85% -
XYZ 40.72 19.94 63.99 -
YUV 99.62 191.43 211.73 -
System Red Green Blue C M Y K H S L
Decimal 217 18 212 0 0.92 0.02 0.15 301.51 0.85 0.46
Hex D9 12 D4 0 5C 2 F 12E 55 2E
Octal 331 22 324 0 134 2 17 456 125 56
Binary 11011001 10010 11010100 0 1011100 10 1111 100101110 1010101 101110

Color Harmonies of #D912D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912D4

Black with #D912D4

Text Example


Text Example

White with #D912D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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