Html Css Color HEX #D714B8 Deep Magenta

📋 copy color: '#D714B8'

red 215 ◦ green 20 ◦ blue 184

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

Shades of Deep Magenta #D714B8

Tints of Deep Magenta #D714B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.91%

R = 51.31%
G = 4.77%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D714B8 (or 0xD714B8) is known color: Deep Magenta. HEX triplet: D7, 14 and B8. RGB value is (215,20,184). Sum of RGB (Red+Green+Blue) = 215+20+184=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D714B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714B8 is #28EB47. Grayscale: #606060. Windows color (decimal): -2681672 or 12063959. OLE color: 12063959.

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

Color convert

RGB 215 20 184 -
CMYK 0 0.91 0.14 0.16
HSL 309.54º 0.83% 0.46% -
HSV(B) 309.54º 0.91% 0.84% -
XYZ 36.93 18.41 46.95 -
YUV 97 177.1 212.16 -
System Red Green Blue C M Y K H S L
Decimal 215 20 184 0 0.91 0.14 0.16 309.54 0.83 0.46
Hex D7 14 B8 0 5B E 10 136 53 2E
Octal 327 24 270 0 133 16 20 466 123 56
Binary 11010111 10100 10111000 0 1011011 1110 10000 100110110 1010011 101110

Color Harmonies of #D714B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D714B8

Black with #D714B8

Text Example


Text Example

White with #D714B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D714B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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