Html Css Color HEX #D012DA Deep Magenta

📋 copy color: '#D012DA'

red 208 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #D012DA

Tints of Deep Magenta #D012DA

RGB

 RED value IS 208 (81.64% from 255) = 46.85%

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

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

R = 46.85%
G = 4.05%
B = 49.1%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D012DA (or 0xD012DA) is known color: Deep Magenta. HEX triplet: D0, 12 and DA. RGB value is (208,18,218). Sum of RGB (Red+Green+Blue) = 208+18+218=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #D012DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D012DA is #2FED25. Grayscale: #616161. Windows color (decimal): -3140902 or 14291664. OLE color: 14291664.

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

Color convert

RGB 208 18 218 -
CMYK 0.05 0.92 0 0.15
HSL 297º 0.85% 0.46% -
HSV(B) 297º 0.92% 0.85% -
XYZ 38.88 18.9 67.93 -
YUV 97.61 195.95 206.74 -
System Red Green Blue C M Y K H S L
Decimal 208 18 218 0.05 0.92 0 0.15 297 0.85 0.46
Hex D0 12 DA 5 5C 0 F 129 55 2E
Octal 320 22 332 5 134 0 17 451 125 56
Binary 11010000 10010 11011010 101 1011100 0 1111 100101001 1010101 101110

Color Harmonies of #D012DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012DA

Black with #D012DA

Text Example


Text Example

White with #D012DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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