Html Css Color HEX #D718BB Deep Magenta

📋 copy color: '#D718BB'

red 215 ◦ green 24 ◦ blue 187

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

Shades of Deep Magenta #D718BB

Tints of Deep Magenta #D718BB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.63%

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

R = 50.47%
G = 5.63%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D718BB (or 0xD718BB) is known color: Deep Magenta. HEX triplet: D7, 18 and BB. RGB value is (215,24,187). Sum of RGB (Red+Green+Blue) = 215+24+187=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D718BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D718BB is #28E744. Grayscale: #636363. Windows color (decimal): -2680645 or 12261591. OLE color: 12261591.

HSL color Cylindrical-coordinate representation of color #D718BB: hue angle of 308.8º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D718BB is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 24 187 -
CMYK 0 0.89 0.13 0.16
HSL 308.8º 0.8% 0.47% -
HSV(B) 308.8º 0.89% 0.84% -
XYZ 37.32 18.69 48.65 -
YUV 99.69 177.28 210.25 -
System Red Green Blue C M Y K H S L
Decimal 215 24 187 0 0.89 0.13 0.16 308.8 0.8 0.47
Hex D7 18 BB 0 59 D 10 135 50 2F
Octal 327 30 273 0 131 15 20 465 120 57
Binary 11010111 11000 10111011 0 1011001 1101 10000 100110101 1010000 101111

Color Harmonies of #D718BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D718BB

Black with #D718BB

Text Example


Text Example

White with #D718BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D718BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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