Html Css Color HEX #D318DE Deep Magenta

📋 copy color: '#D318DE'

red 211 ◦ green 24 ◦ blue 222

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

Shades of Deep Magenta #D318DE

Tints of Deep Magenta #D318DE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.25%

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 46.17%
G = 5.25%
B = 48.58%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D318DE (or 0xD318DE) is known color: Deep Magenta. HEX triplet: D3, 18 and DE. RGB value is (211,24,222). Sum of RGB (Red+Green+Blue) = 211+24+222=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #D318DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D318DE is #2CE721. Grayscale: #656565. Windows color (decimal): -2942754 or 14555347. OLE color: 14555347.

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

Color convert

RGB 211 24 222 -
CMYK 0.05 0.89 0 0.13
HSL 296.67º 0.8% 0.48% -
HSV(B) 296.67º 0.89% 0.87% -
XYZ 40.38 19.78 70.8 -
YUV 102.49 195.45 205.4 -
System Red Green Blue C M Y K H S L
Decimal 211 24 222 0.05 0.89 0 0.13 296.67 0.8 0.48
Hex D3 18 DE 5 59 0 D 129 50 30
Octal 323 30 336 5 131 0 15 451 120 60
Binary 11010011 11000 11011110 101 1011001 0 1101 100101001 1010000 110000

Color Harmonies of #D318DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D318DE

Black with #D318DE

Text Example


Text Example

White with #D318DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D318DE; }

 p { color: rgb(211,24,222); }

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

background-color css

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

 a { background-color: rgb(211,24,222); }

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

border-color css

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

 span { border-color: rgb(211,24,222); }

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