Html Css Color HEX #D800B4 Deep Magenta

📋 copy color: '#D800B4'

red 216 ◦ green 0 ◦ blue 180

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

Shades of Deep Magenta #D800B4

Tints of Deep Magenta #D800B4

RGB

 RED value IS 216 (84.77% from 255) = 54.55%

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

 BLUE value IS 180 (70.7% from 255) = 45.45%

R = 54.55%
G = 0%
B = 45.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D800B4 (or 0xD800B4) is known color: Deep Magenta. HEX triplet: D8, 00 and B4. RGB value is (216,0,180). Sum of RGB (Red+Green+Blue) = 216+0+180=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D800B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800B4 is #27FF4B. Grayscale: #545454. Windows color (decimal): -2621260 or 11796696. OLE color: 11796696.

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

Color convert

RGB 216 0 180 -
CMYK 0 1 0.17 0.15
HSL 310º 1% 0.42% -
HSV(B) 310º 1% 0.85% -
XYZ 36.56 17.89 44.71 -
YUV 85.1 181.56 221.36 -
System Red Green Blue C M Y K H S L
Decimal 216 0 180 0 1 0.17 0.15 310 1 0.42
Hex D8 0 B4 0 64 11 F 136 64 2A
Octal 330 0 264 0 144 21 17 466 144 52
Binary 11011000 0 10110100 0 1100100 10001 1111 100110110 1100100 101010

Color Harmonies of #D800B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D800B4

Black with #D800B4

Text Example


Text Example

White with #D800B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D800B4; }

 p { color: rgb(216,0,180); }

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

background-color css

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

 a { background-color: rgb(216,0,180); }

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

border-color css

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

 span { border-color: rgb(216,0,180); }

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