Html Css Color HEX #D012C5 Deep Magenta

📋 copy color: '#D012C5'

red 208 ◦ green 18 ◦ blue 197

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

Shades of Deep Magenta #D012C5

Tints of Deep Magenta #D012C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.57%

R = 49.17%
G = 4.26%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D012C5 (or 0xD012C5) is known color: Deep Magenta. HEX triplet: D0, 12 and C5. RGB value is (208,18,197). Sum of RGB (Red+Green+Blue) = 208+18+197=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D012C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D012C5 is #2FED3A. Grayscale: #5E5E5E. Windows color (decimal): -3140923 or 12915408. OLE color: 12915408.

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

Color convert

RGB 208 18 197 -
CMYK 0 0.91 0.05 0.18
HSL 303.47º 0.84% 0.44% -
HSV(B) 303.47º 0.91% 0.82% -
XYZ 36.31 17.87 54.36 -
YUV 95.22 185.45 208.45 -
System Red Green Blue C M Y K H S L
Decimal 208 18 197 0 0.91 0.05 0.18 303.47 0.84 0.44
Hex D0 12 C5 0 5B 5 12 12F 54 2C
Octal 320 22 305 0 133 5 22 457 124 54
Binary 11010000 10010 11000101 0 1011011 101 10010 100101111 1010100 101100

Color Harmonies of #D012C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012C5

Black with #D012C5

Text Example


Text Example

White with #D012C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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