Html Css Color HEX #D900B2 Deep Magenta

📋 copy color: '#D900B2'

red 217 ◦ green 0 ◦ blue 178

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

Shades of Deep Magenta #D900B2

Tints of Deep Magenta #D900B2

RGB

 RED value IS 217 (85.16% from 255) = 54.94%

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

 BLUE value IS 178 (69.92% from 255) = 45.06%

R = 54.94%
G = 0%
B = 45.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D900B2 (or 0xD900B2) is known color: Deep Magenta. HEX triplet: D9, 00 and B2. RGB value is (217,0,178). Sum of RGB (Red+Green+Blue) = 217+0+178=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D900B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D900B2 is #26FF4D. Grayscale: #545454. Windows color (decimal): -2555726 or 11665625. OLE color: 11665625.

HSL color Cylindrical-coordinate representation of color #D900B2: hue angle of 310.78º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900B2 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 0 178 -
CMYK 0 1 0.18 0.15
HSL 310.78º 1% 0.43% -
HSV(B) 310.78º 1% 0.85% -
XYZ 36.65 17.97 43.66 -
YUV 85.18 180.39 222.03 -
System Red Green Blue C M Y K H S L
Decimal 217 0 178 0 1 0.18 0.15 310.78 1 0.43
Hex D9 0 B2 0 64 12 F 137 64 2B
Octal 331 0 262 0 144 22 17 467 144 53
Binary 11011001 0 10110010 0 1100100 10010 1111 100110111 1100100 101011

Color Harmonies of #D900B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900B2

Black with #D900B2

Text Example


Text Example

White with #D900B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900B2; }

 p { color: rgb(217,0,178); }

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

background-color css

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

 a { background-color: rgb(217,0,178); }

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

border-color css

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

 span { border-color: rgb(217,0,178); }

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