Html Css Color HEX #D612DA Deep Magenta

📋 copy color: '#D612DA'

red 214 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #D612DA

Tints of Deep Magenta #D612DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 47.56%
G = 4%
B = 48.44%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D612DA (or 0xD612DA) is known color: Deep Magenta. HEX triplet: D6, 12 and DA. RGB value is (214,18,218). Sum of RGB (Red+Green+Blue) = 214+18+218=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #D612DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D612DA is #29ED25. Grayscale: #626262. Windows color (decimal): -2747686 or 14291670. OLE color: 14291670.

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

Color convert

RGB 214 18 218 -
CMYK 0.02 0.92 0 0.15
HSL 298.8º 0.85% 0.46% -
HSV(B) 298.8º 0.92% 0.85% -
XYZ 40.6 19.79 68.01 -
YUV 99.4 194.93 209.74 -
System Red Green Blue C M Y K H S L
Decimal 214 18 218 0.02 0.92 0 0.15 298.8 0.85 0.46
Hex D6 12 DA 2 5C 0 F 12B 55 2E
Octal 326 22 332 2 134 0 17 453 125 56
Binary 11010110 10010 11011010 10 1011100 0 1111 100101011 1010101 101110

Color Harmonies of #D612DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612DA

Black with #D612DA

Text Example


Text Example

White with #D612DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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