Html Css Color HEX #D715B9 Deep Magenta

📋 copy color: '#D715B9'

red 215 ◦ green 21 ◦ blue 185

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

Shades of Deep Magenta #D715B9

Tints of Deep Magenta #D715B9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.99%

 BLUE value IS 185 (72.66% from 255) = 43.94%

R = 51.07%
G = 4.99%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D715B9 (or 0xD715B9) is known color: Deep Magenta. HEX triplet: D7, 15 and B9. RGB value is (215,21,185). Sum of RGB (Red+Green+Blue) = 215+21+185=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D715B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715B9 is #28EA46. Grayscale: #616161. Windows color (decimal): -2681415 or 12129751. OLE color: 12129751.

HSL color Cylindrical-coordinate representation of color #D715B9: hue angle of 309.28º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D715B9 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 21 185 -
CMYK 0 0.90 0.14 0.16
HSL 309.28º 0.82% 0.46% -
HSV(B) 309.28º 0.9% 0.84% -
XYZ 37.05 18.49 47.51 -
YUV 97.7 177.27 211.66 -
System Red Green Blue C M Y K H S L
Decimal 215 21 185 0 0.90 0.14 0.16 309.28 0.82 0.46
Hex D7 15 B9 0 5A E 10 135 52 2E
Octal 327 25 271 0 132 16 20 465 122 56
Binary 11010111 10101 10111001 0 1011010 1110 10000 100110101 1010010 101110

Color Harmonies of #D715B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715B9

Black with #D715B9

Text Example


Text Example

White with #D715B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715B9; }

 p { color: rgb(215,21,185); }

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

background-color css

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

 a { background-color: rgb(215,21,185); }

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

border-color css

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

 span { border-color: rgb(215,21,185); }

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