Html Css Color HEX #D31ACF Deep Magenta

📋 copy color: '#D31ACF'

red 211 ◦ green 26 ◦ blue 207

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

Shades of Deep Magenta #D31ACF

Tints of Deep Magenta #D31ACF

RGB

 RED value IS 211 (82.81% from 255) = 47.52%

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

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 47.52%
G = 5.86%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D31ACF (or 0xD31ACF) is known color: Deep Magenta. HEX triplet: D3, 1A and CF. RGB value is (211,26,207). Sum of RGB (Red+Green+Blue) = 211+26+207=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D31ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31ACF is #2CE530. Grayscale: #656565. Windows color (decimal): -2942257 or 13572819. OLE color: 13572819.

HSL color Cylindrical-coordinate representation of color #D31ACF: hue angle of 301.3º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31ACF is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 26 207 -
CMYK 0 0.88 0.02 0.17
HSL 301.3º 0.78% 0.46% -
HSV(B) 301.3º 0.88% 0.83% -
XYZ 38.5 19.09 60.69 -
YUV 101.95 187.29 205.78 -
System Red Green Blue C M Y K H S L
Decimal 211 26 207 0 0.88 0.02 0.17 301.3 0.78 0.46
Hex D3 1A CF 0 58 2 11 12D 4E 2E
Octal 323 32 317 0 130 2 21 455 116 56
Binary 11010011 11010 11001111 0 1011000 10 10001 100101101 1001110 101110

Color Harmonies of #D31ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31ACF

Black with #D31ACF

Text Example


Text Example

White with #D31ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31ACF; }

 p { color: rgb(211,26,207); }

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

background-color css

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

 a { background-color: rgb(211,26,207); }

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

border-color css

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

 span { border-color: rgb(211,26,207); }

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