Html Css Color HEX #D314DA Deep Magenta

📋 copy color: '#D314DA'

red 211 ◦ green 20 ◦ blue 218

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

Shades of Deep Magenta #D314DA

Tints of Deep Magenta #D314DA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.45%

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

R = 46.99%
G = 4.45%
B = 48.55%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D314DA (or 0xD314DA) is known color: Deep Magenta. HEX triplet: D3, 14 and DA. RGB value is (211,20,218). Sum of RGB (Red+Green+Blue) = 211+20+218=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #D314DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D314DA is #2CEB25. Grayscale: #636363. Windows color (decimal): -2943782 or 14292179. OLE color: 14292179.

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

Color convert

RGB 211 20 218 -
CMYK 0.03 0.91 0 0.15
HSL 297.88º 0.83% 0.47% -
HSV(B) 297.88º 0.91% 0.85% -
XYZ 39.77 19.41 67.98 -
YUV 99.68 194.78 207.4 -
System Red Green Blue C M Y K H S L
Decimal 211 20 218 0.03 0.91 0 0.15 297.88 0.83 0.47
Hex D3 14 DA 3 5B 0 F 12A 53 2F
Octal 323 24 332 3 133 0 17 452 123 57
Binary 11010011 10100 11011010 11 1011011 0 1111 100101010 1010011 101111

Color Harmonies of #D314DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314DA

Black with #D314DA

Text Example


Text Example

White with #D314DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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