Html Css Color HEX #D90BB4 Deep Magenta

📋 copy color: '#D90BB4'

red 217 ◦ green 11 ◦ blue 180

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

Shades of Deep Magenta #D90BB4

Tints of Deep Magenta #D90BB4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.7%

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

R = 53.19%
G = 2.7%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D90BB4 (or 0xD90BB4) is known color: Deep Magenta. HEX triplet: D9, 0B and B4. RGB value is (217,11,180). Sum of RGB (Red+Green+Blue) = 217+11+180=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D90BB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90BB4 is #26F44B. Grayscale: #5B5B5B. Windows color (decimal): -2552908 or 11799513. OLE color: 11799513.

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

Color convert

RGB 217 11 180 -
CMYK 0 0.95 0.17 0.15
HSL 310.78º 0.9% 0.45% -
HSV(B) 310.78º 0.95% 0.85% -
XYZ 36.97 18.29 44.76 -
YUV 91.86 177.75 217.26 -
System Red Green Blue C M Y K H S L
Decimal 217 11 180 0 0.95 0.17 0.15 310.78 0.9 0.45
Hex D9 B B4 0 5F 11 F 137 5A 2D
Octal 331 13 264 0 137 21 17 467 132 55
Binary 11011001 1011 10110100 0 1011111 10001 1111 100110111 1011010 101101

Color Harmonies of #D90BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90BB4

Black with #D90BB4

Text Example


Text Example

White with #D90BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90BB4; }

 p { color: rgb(217,11,180); }

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

background-color css

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

 a { background-color: rgb(217,11,180); }

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

border-color css

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

 span { border-color: rgb(217,11,180); }

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