Html Css Color HEX #D900B3 Deep Magenta

📋 copy color: '#D900B3'

red 217 ◦ green 0 ◦ blue 179

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

Shades of Deep Magenta #D900B3

Tints of Deep Magenta #D900B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.2%

R = 54.8%
G = 0%
B = 45.2%

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

#D900B3 (or 0xD900B3) is known color: Deep Magenta. HEX triplet: D9, 00 and B3. RGB value is (217,0,179). Sum of RGB (Red+Green+Blue) = 217+0+179=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D900B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D900B3 is #26FF4C. Grayscale: #545454. Windows color (decimal): -2555725 or 11731161. OLE color: 11731161.

HSL color Cylindrical-coordinate representation of color #D900B3: hue angle of 310.51º 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 #D900B3 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 0 179 -
CMYK 0 1 0.18 0.15
HSL 310.51º 1% 0.43% -
HSV(B) 310.51º 1% 0.85% -
XYZ 36.75 18.01 44.19 -
YUV 85.29 180.89 221.95 -
System Red Green Blue C M Y K H S L
Decimal 217 0 179 0 1 0.18 0.15 310.51 1 0.43
Hex D9 0 B3 0 64 12 F 137 64 2B
Octal 331 0 263 0 144 22 17 467 144 53
Binary 11011001 0 10110011 0 1100100 10010 1111 100110111 1100100 101011

Color Harmonies of #D900B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900B3

Black with #D900B3

Text Example


Text Example

White with #D900B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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