Html Css Color HEX #D90FBB Deep Magenta

📋 copy color: '#D90FBB'

red 217 ◦ green 15 ◦ blue 187

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

Shades of Deep Magenta #D90FBB

Tints of Deep Magenta #D90FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 51.79%
G = 3.58%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D90FBB (or 0xD90FBB) is known color: Deep Magenta. HEX triplet: D9, 0F and BB. RGB value is (217,15,187). Sum of RGB (Red+Green+Blue) = 217+15+187=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D90FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FBB is #26F044. Grayscale: #5E5E5E. Windows color (decimal): -2551877 or 12259289. OLE color: 12259289.

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

Color convert

RGB 217 15 187 -
CMYK 0 0.93 0.14 0.15
HSL 308.91º 0.87% 0.45% -
HSV(B) 308.91º 0.93% 0.85% -
XYZ 37.76 18.68 48.63 -
YUV 95.01 179.92 215.01 -
System Red Green Blue C M Y K H S L
Decimal 217 15 187 0 0.93 0.14 0.15 308.91 0.87 0.45
Hex D9 F BB 0 5D E F 135 57 2D
Octal 331 17 273 0 135 16 17 465 127 55
Binary 11011001 1111 10111011 0 1011101 1110 1111 100110101 1010111 101101

Color Harmonies of #D90FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90FBB

Black with #D90FBB

Text Example


Text Example

White with #D90FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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