Html Css Color HEX #D012BA Deep Magenta

📋 copy color: '#D012BA'

red 208 ◦ green 18 ◦ blue 186

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

Shades of Deep Magenta #D012BA

Tints of Deep Magenta #D012BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 50.49%
G = 4.37%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D012BA (or 0xD012BA) is known color: Deep Magenta. HEX triplet: D0, 12 and BA. RGB value is (208,18,186). Sum of RGB (Red+Green+Blue) = 208+18+186=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D012BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D012BA is #2FED45. Grayscale: #5D5D5D. Windows color (decimal): -3140934 or 12194512. OLE color: 12194512.

HSL color Cylindrical-coordinate representation of color #D012BA: hue angle of 306.95º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D012BA is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 186 -
CMYK 0 0.91 0.11 0.18
HSL 306.95º 0.84% 0.44% -
HSV(B) 306.95º 0.91% 0.82% -
XYZ 35.09 17.39 47.96 -
YUV 93.96 179.95 209.34 -
System Red Green Blue C M Y K H S L
Decimal 208 18 186 0 0.91 0.11 0.18 306.95 0.84 0.44
Hex D0 12 BA 0 5B B 12 133 54 2C
Octal 320 22 272 0 133 13 22 463 124 54
Binary 11010000 10010 10111010 0 1011011 1011 10010 100110011 1010100 101100

Color Harmonies of #D012BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012BA

Black with #D012BA

Text Example


Text Example

White with #D012BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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