Html Css Color HEX #D40CBF Deep Magenta

📋 copy color: '#D40CBF'

red 212 ◦ green 12 ◦ blue 191

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

Shades of Deep Magenta #D40CBF

Tints of Deep Magenta #D40CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.89%

 BLUE value IS 191 (75% from 255) = 46.02%

R = 51.08%
G = 2.89%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D40CBF (or 0xD40CBF) is known color: Deep Magenta. HEX triplet: D4, 0C and BF. RGB value is (212,12,191). Sum of RGB (Red+Green+Blue) = 212+12+191=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D40CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CBF is #2BF340. Grayscale: #5B5B5B. Windows color (decimal): -2880321 or 12520660. OLE color: 12520660.

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

Color convert

RGB 212 12 191 -
CMYK 0 0.94 0.10 0.17
HSL 306.3º 0.89% 0.44% -
HSV(B) 306.3º 0.94% 0.83% -
XYZ 36.69 18.02 50.84 -
YUV 92.21 183.76 213.45 -
System Red Green Blue C M Y K H S L
Decimal 212 12 191 0 0.94 0.10 0.17 306.3 0.89 0.44
Hex D4 C BF 0 5E A 11 132 59 2C
Octal 324 14 277 0 136 12 21 462 131 54
Binary 11010100 1100 10111111 0 1011110 1010 10001 100110010 1011001 101100

Color Harmonies of #D40CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CBF

Black with #D40CBF

Text Example


Text Example

White with #D40CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CBF; }

 p { color: rgb(212,12,191); }

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

background-color css

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

 a { background-color: rgb(212,12,191); }

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

border-color css

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

 span { border-color: rgb(212,12,191); }

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