Html Css Color HEX #D714CE Deep Magenta

📋 copy color: '#D714CE'

red 215 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #D714CE

Tints of Deep Magenta #D714CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 48.75%
G = 4.54%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D714CE (or 0xD714CE) is known color: Deep Magenta. HEX triplet: D7, 14 and CE. RGB value is (215,20,206). Sum of RGB (Red+Green+Blue) = 215+20+206=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D714CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714CE is #28EB31. Grayscale: #626262. Windows color (decimal): -2681650 or 13505751. OLE color: 13505751.

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

Color convert

RGB 215 20 206 -
CMYK 0 0.91 0.04 0.16
HSL 302.77º 0.83% 0.46% -
HSV(B) 302.77º 0.91% 0.84% -
XYZ 39.42 19.4 60.06 -
YUV 99.51 188.1 210.38 -
System Red Green Blue C M Y K H S L
Decimal 215 20 206 0 0.91 0.04 0.16 302.77 0.83 0.46
Hex D7 14 CE 0 5B 4 10 12F 53 2E
Octal 327 24 316 0 133 4 20 457 123 56
Binary 11010111 10100 11001110 0 1011011 100 10000 100101111 1010011 101110

Color Harmonies of #D714CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D714CE

Black with #D714CE

Text Example


Text Example

White with #D714CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D714CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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