Html Css Color HEX #D012B6 Deep Magenta

📋 copy color: '#D012B6'

red 208 ◦ green 18 ◦ blue 182

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

Shades of Deep Magenta #D012B6

Tints of Deep Magenta #D012B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.61%

R = 50.98%
G = 4.41%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D012B6 (or 0xD012B6) is known color: Deep Magenta. HEX triplet: D0, 12 and B6. RGB value is (208,18,182). Sum of RGB (Red+Green+Blue) = 208+18+182=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D012B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D012B6 is #2FED49. Grayscale: #5D5D5D. Windows color (decimal): -3140938 or 11932368. OLE color: 11932368.

HSL color Cylindrical-coordinate representation of color #D012B6: hue angle of 308.21º 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 #D012B6 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 182 -
CMYK 0 0.91 0.12 0.18
HSL 308.21º 0.84% 0.44% -
HSV(B) 308.21º 0.91% 0.82% -
XYZ 34.67 17.22 45.75 -
YUV 93.51 177.95 209.66 -
System Red Green Blue C M Y K H S L
Decimal 208 18 182 0 0.91 0.12 0.18 308.21 0.84 0.44
Hex D0 12 B6 0 5B C 12 134 54 2C
Octal 320 22 266 0 133 14 22 464 124 54
Binary 11010000 10010 10110110 0 1011011 1100 10010 100110100 1010100 101100

Color Harmonies of #D012B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012B6

Black with #D012B6

Text Example


Text Example

White with #D012B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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