Html Css Color HEX #D714C0 Deep Magenta

📋 copy color: '#D714C0'

red 215 ◦ green 20 ◦ blue 192

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

Shades of Deep Magenta #D714C0

Tints of Deep Magenta #D714C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.96%

R = 50.35%
G = 4.68%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D714C0 (or 0xD714C0) is known color: Deep Magenta. HEX triplet: D7, 14 and C0. RGB value is (215,20,192). Sum of RGB (Red+Green+Blue) = 215+20+192=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D714C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714C0 is #28EB3F. Grayscale: #616161. Windows color (decimal): -2681664 or 12588247. OLE color: 12588247.

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

Color convert

RGB 215 20 192 -
CMYK 0 0.91 0.11 0.16
HSL 307.08º 0.83% 0.46% -
HSV(B) 307.08º 0.91% 0.84% -
XYZ 37.79 18.75 51.5 -
YUV 97.91 181.1 211.51 -
System Red Green Blue C M Y K H S L
Decimal 215 20 192 0 0.91 0.11 0.16 307.08 0.83 0.46
Hex D7 14 C0 0 5B B 10 133 53 2E
Octal 327 24 300 0 133 13 20 463 123 56
Binary 11010111 10100 11000000 0 1011011 1011 10000 100110011 1010011 101110

Color Harmonies of #D714C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D714C0

Black with #D714C0

Text Example


Text Example

White with #D714C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D714C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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