Html Css Color HEX #D710BC Deep Magenta

📋 copy color: '#D710BC'

red 215 ◦ green 16 ◦ blue 188

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

Shades of Deep Magenta #D710BC

Tints of Deep Magenta #D710BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 51.31%
G = 3.82%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D710BC (or 0xD710BC) is known color: Deep Magenta. HEX triplet: D7, 10 and BC. RGB value is (215,16,188). Sum of RGB (Red+Green+Blue) = 215+16+188=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D710BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D710BC is #28EF43. Grayscale: #5E5E5E. Windows color (decimal): -2682692 or 12325079. OLE color: 12325079.

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

Color convert

RGB 215 16 188 -
CMYK 0 0.93 0.13 0.16
HSL 308.14º 0.86% 0.45% -
HSV(B) 308.14º 0.93% 0.84% -
XYZ 37.29 18.45 49.17 -
YUV 95.11 180.43 213.51 -
System Red Green Blue C M Y K H S L
Decimal 215 16 188 0 0.93 0.13 0.16 308.14 0.86 0.45
Hex D7 10 BC 0 5D D 10 134 56 2D
Octal 327 20 274 0 135 15 20 464 126 55
Binary 11010111 10000 10111100 0 1011101 1101 10000 100110100 1010110 101101

Color Harmonies of #D710BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710BC

Black with #D710BC

Text Example


Text Example

White with #D710BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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