Html Css Color HEX #D714B1 Deep Magenta

📋 copy color: '#D714B1'

red 215 ◦ green 20 ◦ blue 177

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

Shades of Deep Magenta #D714B1

Tints of Deep Magenta #D714B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.96%

R = 52.18%
G = 4.85%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D714B1 (or 0xD714B1) is known color: Deep Magenta. HEX triplet: D7, 14 and B1. RGB value is (215,20,177). Sum of RGB (Red+Green+Blue) = 215+20+177=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D714B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D714B1 is #28EB4E. Grayscale: #5F5F5F. Windows color (decimal): -2681679 or 11605207. OLE color: 11605207.

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

Color convert

RGB 215 20 177 -
CMYK 0 0.91 0.18 0.16
HSL 311.69º 0.83% 0.46% -
HSV(B) 311.69º 0.91% 0.84% -
XYZ 36.21 18.12 43.18 -
YUV 96.2 173.6 212.73 -
System Red Green Blue C M Y K H S L
Decimal 215 20 177 0 0.91 0.18 0.16 311.69 0.83 0.46
Hex D7 14 B1 0 5B 12 10 138 53 2E
Octal 327 24 261 0 133 22 20 470 123 56
Binary 11010111 10100 10110001 0 1011011 10010 10000 100111000 1010011 101110

Color Harmonies of #D714B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D714B1

Black with #D714B1

Text Example


Text Example

White with #D714B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D714B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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