Html Css Color HEX #D712C6 Deep Magenta

📋 copy color: '#D712C6'

red 215 ◦ green 18 ◦ blue 198

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

Shades of Deep Magenta #D712C6

Tints of Deep Magenta #D712C6

RGB

 RED value IS 215 (84.38% from 255) = 49.88%

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

 BLUE value IS 198 (77.73% from 255) = 45.94%

R = 49.88%
G = 4.18%
B = 45.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D712C6 (or 0xD712C6) is known color: Deep Magenta. HEX triplet: D7, 12 and C6. RGB value is (215,18,198). Sum of RGB (Red+Green+Blue) = 215+18+198=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D712C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D712C6 is #28ED39. Grayscale: #606060. Windows color (decimal): -2682170 or 12980951. OLE color: 12980951.

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

Color convert

RGB 215 18 198 -
CMYK 0 0.92 0.08 0.16
HSL 305.18º 0.85% 0.46% -
HSV(B) 305.18º 0.92% 0.84% -
XYZ 38.43 18.96 55.06 -
YUV 97.42 184.77 211.86 -
System Red Green Blue C M Y K H S L
Decimal 215 18 198 0 0.92 0.08 0.16 305.18 0.85 0.46
Hex D7 12 C6 0 5C 8 10 131 55 2E
Octal 327 22 306 0 134 10 20 461 125 56
Binary 11010111 10010 11000110 0 1011100 1000 10000 100110001 1010101 101110

Color Harmonies of #D712C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D712C6

Black with #D712C6

Text Example


Text Example

White with #D712C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D712C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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