Html Css Color HEX #D715BB Deep Magenta

📋 copy color: '#D715BB'

red 215 ◦ green 21 ◦ blue 187

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

Shades of Deep Magenta #D715BB

Tints of Deep Magenta #D715BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 50.83%
G = 4.96%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D715BB (or 0xD715BB) is known color: Deep Magenta. HEX triplet: D7, 15 and BB. RGB value is (215,21,187). Sum of RGB (Red+Green+Blue) = 215+21+187=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D715BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715BB is #28EA44. Grayscale: #616161. Windows color (decimal): -2681413 or 12260823. OLE color: 12260823.

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

Color convert

RGB 215 21 187 -
CMYK 0 0.90 0.13 0.16
HSL 308.66º 0.82% 0.46% -
HSV(B) 308.66º 0.9% 0.84% -
XYZ 37.26 18.57 48.63 -
YUV 97.93 178.27 211.5 -
System Red Green Blue C M Y K H S L
Decimal 215 21 187 0 0.90 0.13 0.16 308.66 0.82 0.46
Hex D7 15 BB 0 5A D 10 135 52 2E
Octal 327 25 273 0 132 15 20 465 122 56
Binary 11010111 10101 10111011 0 1011010 1101 10000 100110101 1010010 101110

Color Harmonies of #D715BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715BB

Black with #D715BB

Text Example


Text Example

White with #D715BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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