Html Css Color HEX #D714B6 Deep Magenta

📋 copy color: '#D714B6'

red 215 ◦ green 20 ◦ blue 182

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

Shades of Deep Magenta #D714B6

Tints of Deep Magenta #D714B6

RGB

 RED value IS 215 (84.38% from 255) = 51.56%

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

 BLUE value IS 182 (71.48% from 255) = 43.65%

R = 51.56%
G = 4.8%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D714B6 (or 0xD714B6) is known color: Deep Magenta. HEX triplet: D7, 14 and B6. RGB value is (215,20,182). Sum of RGB (Red+Green+Blue) = 215+20+182=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D714B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714B6 is #28EB49. Grayscale: #606060. Windows color (decimal): -2681674 or 11932887. OLE color: 11932887.

HSL color Cylindrical-coordinate representation of color #D714B6: hue angle of 310.15º 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 #D714B6 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 20 182 -
CMYK 0 0.91 0.15 0.16
HSL 310.15º 0.83% 0.46% -
HSV(B) 310.15º 0.91% 0.84% -
XYZ 36.72 18.32 45.86 -
YUV 96.77 176.1 212.33 -
System Red Green Blue C M Y K H S L
Decimal 215 20 182 0 0.91 0.15 0.16 310.15 0.83 0.46
Hex D7 14 B6 0 5B F 10 136 53 2E
Octal 327 24 266 0 133 17 20 466 123 56
Binary 11010111 10100 10110110 0 1011011 1111 10000 100110110 1010011 101110

Color Harmonies of #D714B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D714B6

Black with #D714B6

Text Example


Text Example

White with #D714B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D714B6; }

 p { color: rgb(215,20,182); }

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

background-color css

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

 a { background-color: rgb(215,20,182); }

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

border-color css

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

 span { border-color: rgb(215,20,182); }

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