Html Css Color HEX #D714B7 Deep Magenta

📋 copy color: '#D714B7'

red 215 ◦ green 20 ◦ blue 183

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

Shades of Deep Magenta #D714B7

Tints of Deep Magenta #D714B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.78%

R = 51.44%
G = 4.78%
B = 43.78%

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

#D714B7 (or 0xD714B7) is known color: Deep Magenta. HEX triplet: D7, 14 and B7. RGB value is (215,20,183). Sum of RGB (Red+Green+Blue) = 215+20+183=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D714B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714B7 is #28EB48. Grayscale: #606060. Windows color (decimal): -2681673 or 11998423. OLE color: 11998423.

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

Color convert

RGB 215 20 183 -
CMYK 0 0.91 0.15 0.16
HSL 309.85º 0.83% 0.46% -
HSV(B) 309.85º 0.91% 0.84% -
XYZ 36.82 18.37 46.4 -
YUV 96.89 176.6 212.25 -
System Red Green Blue C M Y K H S L
Decimal 215 20 183 0 0.91 0.15 0.16 309.85 0.83 0.46
Hex D7 14 B7 0 5B F 10 136 53 2E
Octal 327 24 267 0 133 17 20 466 123 56
Binary 11010111 10100 10110111 0 1011011 1111 10000 100110110 1010011 101110

Color Harmonies of #D714B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D714B7

Black with #D714B7

Text Example


Text Example

White with #D714B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D714B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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