Html Css Color HEX #D31CDF Deep Magenta

📋 copy color: '#D31CDF'

red 211 ◦ green 28 ◦ blue 223

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

Shades of Deep Magenta #D31CDF

Tints of Deep Magenta #D31CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.06%

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 45.67%
G = 6.06%
B = 48.27%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D31CDF (or 0xD31CDF) is known color: Deep Magenta. HEX triplet: D3, 1C and DF. RGB value is (211,28,223). Sum of RGB (Red+Green+Blue) = 211+28+223=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #D31CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31CDF is #2CE320. Grayscale: #686868. Windows color (decimal): -2941729 or 14621907. OLE color: 14621907.

HSL color Cylindrical-coordinate representation of color #D31CDF: hue angle of 296.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31CDF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 28 223 -
CMYK 0.05 0.87 0 0.13
HSL 296.31º 0.78% 0.49% -
HSV(B) 296.31º 0.87% 0.87% -
XYZ 40.6 20.01 71.53 -
YUV 104.95 194.63 203.64 -
System Red Green Blue C M Y K H S L
Decimal 211 28 223 0.05 0.87 0 0.13 296.31 0.78 0.49
Hex D3 1C DF 5 57 0 D 128 4E 31
Octal 323 34 337 5 127 0 15 450 116 61
Binary 11010011 11100 11011111 101 1010111 0 1101 100101000 1001110 110001

Color Harmonies of #D31CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31CDF

Black with #D31CDF

Text Example


Text Example

White with #D31CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31CDF; }

 p { color: rgb(211,28,223); }

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

background-color css

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

 a { background-color: rgb(211,28,223); }

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

border-color css

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

 span { border-color: rgb(211,28,223); }

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