Html Css Color HEX #D710B5 Deep Magenta

📋 copy color: '#D710B5'

red 215 ◦ green 16 ◦ blue 181

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

Shades of Deep Magenta #D710B5

Tints of Deep Magenta #D710B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.93%

R = 52.18%
G = 3.88%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D710B5 (or 0xD710B5) is known color: Deep Magenta. HEX triplet: D7, 10 and B5. RGB value is (215,16,181). Sum of RGB (Red+Green+Blue) = 215+16+181=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D710B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D710B5 is #28EF4A. Grayscale: #5D5D5D. Windows color (decimal): -2682699 or 11866327. OLE color: 11866327.

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

Color convert

RGB 215 16 181 -
CMYK 0 0.93 0.16 0.16
HSL 310.25º 0.86% 0.45% -
HSV(B) 310.25º 0.93% 0.84% -
XYZ 36.55 18.15 45.29 -
YUV 94.31 176.93 214.08 -
System Red Green Blue C M Y K H S L
Decimal 215 16 181 0 0.93 0.16 0.16 310.25 0.86 0.45
Hex D7 10 B5 0 5D 10 10 136 56 2D
Octal 327 20 265 0 135 20 20 466 126 55
Binary 11010111 10000 10110101 0 1011101 10000 10000 100110110 1010110 101101

Color Harmonies of #D710B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710B5

Black with #D710B5

Text Example


Text Example

White with #D710B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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