Html Css Color HEX #D40ACB Deep Magenta

📋 copy color: '#D40ACB'

red 212 ◦ green 10 ◦ blue 203

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

Shades of Deep Magenta #D40ACB

Tints of Deep Magenta #D40ACB

RGB

 RED value IS 212 (83.2% from 255) = 49.88%

 GREEN value IS 10 (4.3% from 255) = 2.35%

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

R = 49.88%
G = 2.35%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D40ACB (or 0xD40ACB) is known color: Deep Magenta. HEX triplet: D4, 0A and CB. RGB value is (212,10,203). Sum of RGB (Red+Green+Blue) = 212+10+203=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D40ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ACB is #2BF534. Grayscale: #5B5B5B. Windows color (decimal): -2880821 or 13306580. OLE color: 13306580.

HSL color Cylindrical-coordinate representation of color #D40ACB: hue angle of 302.67º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40ACB is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 10 203 -
CMYK 0 0.95 0.04 0.17
HSL 302.67º 0.91% 0.44% -
HSV(B) 302.67º 0.95% 0.83% -
XYZ 38.04 18.53 58.07 -
YUV 92.4 190.42 213.31 -
System Red Green Blue C M Y K H S L
Decimal 212 10 203 0 0.95 0.04 0.17 302.67 0.91 0.44
Hex D4 A CB 0 5F 4 11 12F 5B 2C
Octal 324 12 313 0 137 4 21 457 133 54
Binary 11010100 1010 11001011 0 1011111 100 10001 100101111 1011011 101100

Color Harmonies of #D40ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40ACB

Black with #D40ACB

Text Example


Text Example

White with #D40ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40ACB; }

 p { color: rgb(212,10,203); }

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

background-color css

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

 a { background-color: rgb(212,10,203); }

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

border-color css

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

 span { border-color: rgb(212,10,203); }

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