Html Css Color HEX #D314B9 Deep Magenta

📋 copy color: '#D314B9'

red 211 ◦ green 20 ◦ blue 185

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

Shades of Deep Magenta #D314B9

Tints of Deep Magenta #D314B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.47%

R = 50.72%
G = 4.81%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D314B9 (or 0xD314B9) is known color: Deep Magenta. HEX triplet: D3, 14 and B9. RGB value is (211,20,185). Sum of RGB (Red+Green+Blue) = 211+20+185=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D314B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D314B9 is #2CEB46. Grayscale: #5F5F5F. Windows color (decimal): -2943815 or 12129491. OLE color: 12129491.

HSL color Cylindrical-coordinate representation of color #D314B9: hue angle of 308.17º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D314B9 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 20 185 -
CMYK 0 0.91 0.12 0.17
HSL 308.17º 0.83% 0.45% -
HSV(B) 308.17º 0.91% 0.83% -
XYZ 35.87 17.85 47.45 -
YUV 95.92 178.28 210.08 -
System Red Green Blue C M Y K H S L
Decimal 211 20 185 0 0.91 0.12 0.17 308.17 0.83 0.45
Hex D3 14 B9 0 5B C 11 134 53 2D
Octal 323 24 271 0 133 14 21 464 123 55
Binary 11010011 10100 10111001 0 1011011 1100 10001 100110100 1010011 101101

Color Harmonies of #D314B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314B9

Black with #D314B9

Text Example


Text Example

White with #D314B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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