Html Css Color HEX #D412CF Deep Magenta

📋 copy color: '#D412CF'

red 212 ◦ green 18 ◦ blue 207

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

Shades of Deep Magenta #D412CF

Tints of Deep Magenta #D412CF

RGB

 RED value IS 212 (83.2% from 255) = 48.51%

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

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

R = 48.51%
G = 4.12%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D412CF (or 0xD412CF) is known color: Deep Magenta. HEX triplet: D4, 12 and CF. RGB value is (212,18,207). Sum of RGB (Red+Green+Blue) = 212+18+207=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D412CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D412CF is #2BED30. Grayscale: #606060. Windows color (decimal): -2878769 or 13570772. OLE color: 13570772.

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

Color convert

RGB 212 18 207 -
CMYK 0 0.92 0.02 0.17
HSL 301.55º 0.84% 0.45% -
HSV(B) 301.55º 0.92% 0.83% -
XYZ 38.63 18.93 60.65 -
YUV 97.55 189.77 209.63 -
System Red Green Blue C M Y K H S L
Decimal 212 18 207 0 0.92 0.02 0.17 301.55 0.84 0.45
Hex D4 12 CF 0 5C 2 11 12E 54 2D
Octal 324 22 317 0 134 2 21 456 124 55
Binary 11010100 10010 11001111 0 1011100 10 10001 100101110 1010100 101101

Color Harmonies of #D412CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412CF

Black with #D412CF

Text Example


Text Example

White with #D412CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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