Html Css Color HEX #D612D1 Deep Magenta

📋 copy color: '#D612D1'

red 214 ◦ green 18 ◦ blue 209

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

Shades of Deep Magenta #D612D1

Tints of Deep Magenta #D612D1

RGB

 RED value IS 214 (83.98% from 255) = 48.53%

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

 BLUE value IS 209 (82.03% from 255) = 47.39%

R = 48.53%
G = 4.08%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D612D1 (or 0xD612D1) is known color: Deep Magenta. HEX triplet: D6, 12 and D1. RGB value is (214,18,209). Sum of RGB (Red+Green+Blue) = 214+18+209=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D612D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D612D1 is #29ED2E. Grayscale: #616161. Windows color (decimal): -2747695 or 13701846. OLE color: 13701846.

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

Color convert

RGB 214 18 209 -
CMYK 0 0.92 0.02 0.16
HSL 301.53º 0.84% 0.45% -
HSV(B) 301.53º 0.92% 0.84% -
XYZ 39.46 19.33 61.97 -
YUV 98.38 190.43 210.47 -
System Red Green Blue C M Y K H S L
Decimal 214 18 209 0 0.92 0.02 0.16 301.53 0.84 0.45
Hex D6 12 D1 0 5C 2 10 12E 54 2D
Octal 326 22 321 0 134 2 20 456 124 55
Binary 11010110 10010 11010001 0 1011100 10 10000 100101110 1010100 101101

Color Harmonies of #D612D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612D1

Black with #D612D1

Text Example


Text Example

White with #D612D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612D1; }

 p { color: rgb(214,18,209); }

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

background-color css

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

 a { background-color: rgb(214,18,209); }

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

border-color css

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

 span { border-color: rgb(214,18,209); }

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