Html Css Color HEX #D90FB6 Deep Magenta

📋 copy color: '#D90FB6'

red 217 ◦ green 15 ◦ blue 182

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

Shades of Deep Magenta #D90FB6

Tints of Deep Magenta #D90FB6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.62%

 BLUE value IS 182 (71.48% from 255) = 43.96%

R = 52.42%
G = 3.62%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D90FB6 (or 0xD90FB6) is known color: Deep Magenta. HEX triplet: D9, 0F and B6. RGB value is (217,15,182). Sum of RGB (Red+Green+Blue) = 217+15+182=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D90FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FB6 is #26F049. Grayscale: #5D5D5D. Windows color (decimal): -2551882 or 11931609. OLE color: 11931609.

HSL color Cylindrical-coordinate representation of color #D90FB6: hue angle of 310.4º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D90FB6 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 15 182 -
CMYK 0 0.93 0.16 0.15
HSL 310.4º 0.87% 0.45% -
HSV(B) 310.4º 0.93% 0.85% -
XYZ 37.23 18.47 45.86 -
YUV 94.44 177.42 215.42 -
System Red Green Blue C M Y K H S L
Decimal 217 15 182 0 0.93 0.16 0.15 310.4 0.87 0.45
Hex D9 F B6 0 5D 10 F 136 57 2D
Octal 331 17 266 0 135 20 17 466 127 55
Binary 11011001 1111 10110110 0 1011101 10000 1111 100110110 1010111 101101

Color Harmonies of #D90FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90FB6

Black with #D90FB6

Text Example


Text Example

White with #D90FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90FB6; }

 p { color: rgb(217,15,182); }

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

background-color css

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

 a { background-color: rgb(217,15,182); }

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

border-color css

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

 span { border-color: rgb(217,15,182); }

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