Html Css Color HEX #D714CC Deep Magenta

📋 copy color: '#D714CC'

red 215 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #D714CC

Tints of Deep Magenta #D714CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 48.97%
G = 4.56%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D714CC (or 0xD714CC) is known color: Deep Magenta. HEX triplet: D7, 14 and CC. RGB value is (215,20,204). Sum of RGB (Red+Green+Blue) = 215+20+204=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D714CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714CC is #28EB33. Grayscale: #626262. Windows color (decimal): -2681652 or 13374679. OLE color: 13374679.

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

Color convert

RGB 215 20 204 -
CMYK 0 0.91 0.05 0.16
HSL 303.38º 0.83% 0.46% -
HSV(B) 303.38º 0.91% 0.84% -
XYZ 39.17 19.31 58.79 -
YUV 99.28 187.1 210.54 -
System Red Green Blue C M Y K H S L
Decimal 215 20 204 0 0.91 0.05 0.16 303.38 0.83 0.46
Hex D7 14 CC 0 5B 5 10 12F 53 2E
Octal 327 24 314 0 133 5 20 457 123 56
Binary 11010111 10100 11001100 0 1011011 101 10000 100101111 1010011 101110

Color Harmonies of #D714CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D714CC

Black with #D714CC

Text Example


Text Example

White with #D714CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D714CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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