Html Css Color HEX #D710BD Deep Magenta

📋 copy color: '#D710BD'

red 215 ◦ green 16 ◦ blue 189

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

Shades of Deep Magenta #D710BD

Tints of Deep Magenta #D710BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.81%

 BLUE value IS 189 (74.22% from 255) = 45%

R = 51.19%
G = 3.81%
B = 45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D710BD (or 0xD710BD) is known color: Deep Magenta. HEX triplet: D7, 10 and BD. RGB value is (215,16,189). Sum of RGB (Red+Green+Blue) = 215+16+189=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D710BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D710BD is #28EF42. Grayscale: #5E5E5E. Windows color (decimal): -2682691 or 12390615. OLE color: 12390615.

HSL color Cylindrical-coordinate representation of color #D710BD: hue angle of 307.84º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D710BD is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 16 189 -
CMYK 0 0.93 0.12 0.16
HSL 307.84º 0.86% 0.45% -
HSV(B) 307.84º 0.93% 0.84% -
XYZ 37.39 18.49 49.74 -
YUV 95.22 180.93 213.43 -
System Red Green Blue C M Y K H S L
Decimal 215 16 189 0 0.93 0.12 0.16 307.84 0.86 0.45
Hex D7 10 BD 0 5D C 10 134 56 2D
Octal 327 20 275 0 135 14 20 464 126 55
Binary 11010111 10000 10111101 0 1011101 1100 10000 100110100 1010110 101101

Color Harmonies of #D710BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710BD

Black with #D710BD

Text Example


Text Example

White with #D710BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710BD; }

 p { color: rgb(215,16,189); }

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

background-color css

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

 a { background-color: rgb(215,16,189); }

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

border-color css

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

 span { border-color: rgb(215,16,189); }

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