Html Css Color HEX #D700B9 Deep Magenta

📋 copy color: '#D700B9'

red 215 ◦ green 0 ◦ blue 185

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

Shades of Deep Magenta #D700B9

Tints of Deep Magenta #D700B9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 185 (72.66% from 255) = 46.25%

R = 53.75%
G = 0%
B = 46.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D700B9 (or 0xD700B9) is known color: Deep Magenta. HEX triplet: D7, 00 and B9. RGB value is (215,0,185). Sum of RGB (Red+Green+Blue) = 215+0+185=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D700B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700B9 is #28FF46. Grayscale: #545454. Windows color (decimal): -2686791 or 12124375. OLE color: 12124375.

HSL color Cylindrical-coordinate representation of color #D700B9: hue angle of 308.37º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700B9 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 0 185 -
CMYK 0 1 0.14 0.16
HSL 308.37º 1% 0.42% -
HSV(B) 308.37º 1% 0.84% -
XYZ 36.78 17.95 47.43 -
YUV 85.38 184.23 220.46 -
System Red Green Blue C M Y K H S L
Decimal 215 0 185 0 1 0.14 0.16 308.37 1 0.42
Hex D7 0 B9 0 64 E 10 134 64 2A
Octal 327 0 271 0 144 16 20 464 144 52
Binary 11010111 0 10111001 0 1100100 1110 10000 100110100 1100100 101010

Color Harmonies of #D700B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D700B9

Black with #D700B9

Text Example


Text Example

White with #D700B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D700B9; }

 p { color: rgb(215,0,185); }

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

background-color css

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

 a { background-color: rgb(215,0,185); }

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

border-color css

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

 span { border-color: rgb(215,0,185); }

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