Html Css Color HEX #D61ABF Deep Magenta

📋 copy color: '#D61ABF'

red 214 ◦ green 26 ◦ blue 191

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

Shades of Deep Magenta #D61ABF

Tints of Deep Magenta #D61ABF

RGB

 RED value IS 214 (83.98% from 255) = 49.65%

 GREEN value IS 26 (10.55% from 255) = 6.03%

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

R = 49.65%
G = 6.03%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D61ABF (or 0xD61ABF) is known color: Deep Magenta. HEX triplet: D6, 1A and BF. RGB value is (214,26,191). Sum of RGB (Red+Green+Blue) = 214+26+191=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D61ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ABF is #29E540. Grayscale: #646464. Windows color (decimal): -2745665 or 12524246. OLE color: 12524246.

HSL color Cylindrical-coordinate representation of color #D61ABF: hue angle of 307.34º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61ABF is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 26 191 -
CMYK 0 0.88 0.11 0.16
HSL 307.34º 0.78% 0.47% -
HSV(B) 307.34º 0.88% 0.84% -
XYZ 37.5 18.8 50.94 -
YUV 101.02 178.78 208.58 -
System Red Green Blue C M Y K H S L
Decimal 214 26 191 0 0.88 0.11 0.16 307.34 0.78 0.47
Hex D6 1A BF 0 58 B 10 133 4E 2F
Octal 326 32 277 0 130 13 20 463 116 57
Binary 11010110 11010 10111111 0 1011000 1011 10000 100110011 1001110 101111

Color Harmonies of #D61ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61ABF

Black with #D61ABF

Text Example


Text Example

White with #D61ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61ABF; }

 p { color: rgb(214,26,191); }

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

background-color css

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

 a { background-color: rgb(214,26,191); }

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

border-color css

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

 span { border-color: rgb(214,26,191); }

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