Html Css Color HEX #D612CF Deep Magenta

📋 copy color: '#D612CF'

red 214 ◦ green 18 ◦ blue 207

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

Shades of Deep Magenta #D612CF

Tints of Deep Magenta #D612CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 48.75%
G = 4.1%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D612CF (or 0xD612CF) is known color: Deep Magenta. HEX triplet: D6, 12 and CF. RGB value is (214,18,207). Sum of RGB (Red+Green+Blue) = 214+18+207=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D612CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D612CF is #29ED30. Grayscale: #616161. Windows color (decimal): -2747697 or 13570774. OLE color: 13570774.

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

Color convert

RGB 214 18 207 -
CMYK 0 0.92 0.03 0.16
HSL 302.14º 0.84% 0.45% -
HSV(B) 302.14º 0.92% 0.84% -
XYZ 39.21 19.23 60.68 -
YUV 98.15 189.43 210.63 -
System Red Green Blue C M Y K H S L
Decimal 214 18 207 0 0.92 0.03 0.16 302.14 0.84 0.45
Hex D6 12 CF 0 5C 3 10 12E 54 2D
Octal 326 22 317 0 134 3 20 456 124 55
Binary 11010110 10010 11001111 0 1011100 11 10000 100101110 1010100 101101

Color Harmonies of #D612CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612CF

Black with #D612CF

Text Example


Text Example

White with #D612CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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