Html Css Color HEX #D31CDA Deep Magenta

📋 copy color: '#D31CDA'

red 211 ◦ green 28 ◦ blue 218

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

Shades of Deep Magenta #D31CDA

Tints of Deep Magenta #D31CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 46.17%
G = 6.13%
B = 47.7%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D31CDA (or 0xD31CDA) is known color: Deep Magenta. HEX triplet: D3, 1C and DA. RGB value is (211,28,218). Sum of RGB (Red+Green+Blue) = 211+28+218=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #D31CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31CDA is #2CE325. Grayscale: #676767. Windows color (decimal): -2941734 or 14294227. OLE color: 14294227.

HSL color Cylindrical-coordinate representation of color #D31CDA: hue angle of 297.79º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31CDA is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 28 218 -
CMYK 0.03 0.87 0 0.15
HSL 297.79º 0.77% 0.48% -
HSV(B) 297.79º 0.87% 0.85% -
XYZ 39.93 19.74 68.04 -
YUV 104.38 192.13 204.05 -
System Red Green Blue C M Y K H S L
Decimal 211 28 218 0.03 0.87 0 0.15 297.79 0.77 0.48
Hex D3 1C DA 3 57 0 F 12A 4D 30
Octal 323 34 332 3 127 0 17 452 115 60
Binary 11010011 11100 11011010 11 1010111 0 1111 100101010 1001101 110000

Color Harmonies of #D31CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31CDA

Black with #D31CDA

Text Example


Text Example

White with #D31CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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