Html Css Color HEX #D12ACB Deep Magenta

📋 copy color: '#D12ACB'

red 209 ◦ green 42 ◦ blue 203

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

Shades of Deep Magenta #D12ACB

Tints of Deep Magenta #D12ACB

RGB

 RED value IS 209 (82.03% from 255) = 46.04%

 GREEN value IS 42 (16.8% from 255) = 9.25%

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 46.04%
G = 9.25%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D12ACB (or 0xD12ACB) is known color: Deep Magenta. HEX triplet: D1, 2A and CB. RGB value is (209,42,203). Sum of RGB (Red+Green+Blue) = 209+42+203=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D12ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ACB is #2ED534. Grayscale: #6D6D6D. Windows color (decimal): -3069237 or 13314769. OLE color: 13314769.

HSL color Cylindrical-coordinate representation of color #D12ACB: hue angle of 302.16º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12ACB is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 42 203 -
CMYK 0 0.80 0.03 0.18
HSL 302.16º 0.67% 0.49% -
HSV(B) 302.16º 0.8% 0.82% -
XYZ 37.9 19.52 58.27 -
YUV 110.29 180.33 198.41 -
System Red Green Blue C M Y K H S L
Decimal 209 42 203 0 0.80 0.03 0.18 302.16 0.67 0.49
Hex D1 2A CB 0 50 3 12 12E 43 31
Octal 321 52 313 0 120 3 22 456 103 61
Binary 11010001 101010 11001011 0 1010000 11 10010 100101110 1000011 110001

Color Harmonies of #D12ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12ACB

Black with #D12ACB

Text Example


Text Example

White with #D12ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12ACB; }

 p { color: rgb(209,42,203); }

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

background-color css

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

 a { background-color: rgb(209,42,203); }

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

border-color css

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

 span { border-color: rgb(209,42,203); }

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