Html Css Color HEX #D514BF Deep Magenta

📋 copy color: '#D514BF'

red 213 ◦ green 20 ◦ blue 191

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

Shades of Deep Magenta #D514BF

Tints of Deep Magenta #D514BF

RGB

 RED value IS 213 (83.59% from 255) = 50.24%

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

 BLUE value IS 191 (75% from 255) = 45.05%

R = 50.24%
G = 4.72%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D514BF (or 0xD514BF) is known color: Deep Magenta. HEX triplet: D5, 14 and BF. RGB value is (213,20,191). Sum of RGB (Red+Green+Blue) = 213+20+191=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D514BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D514BF is #2AEB40. Grayscale: #606060. Windows color (decimal): -2812737 or 12522709. OLE color: 12522709.

HSL color Cylindrical-coordinate representation of color #D514BF: hue angle of 306.84º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D514BF is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 191 -
CMYK 0 0.91 0.10 0.16
HSL 306.84º 0.83% 0.46% -
HSV(B) 306.84º 0.91% 0.84% -
XYZ 37.09 18.41 50.89 -
YUV 97.2 180.94 210.6 -
System Red Green Blue C M Y K H S L
Decimal 213 20 191 0 0.91 0.10 0.16 306.84 0.83 0.46
Hex D5 14 BF 0 5B A 10 133 53 2E
Octal 325 24 277 0 133 12 20 463 123 56
Binary 11010101 10100 10111111 0 1011011 1010 10000 100110011 1010011 101110

Color Harmonies of #D514BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D514BF

Black with #D514BF

Text Example


Text Example

White with #D514BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D514BF; }

 p { color: rgb(213,20,191); }

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

background-color css

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

 a { background-color: rgb(213,20,191); }

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

border-color css

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

 span { border-color: rgb(213,20,191); }

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