Html Css Color HEX #D90EBC Deep Magenta

📋 copy color: '#D90EBC'

red 217 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #D90EBC

Tints of Deep Magenta #D90EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.34%

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 51.79%
G = 3.34%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D90EBC (or 0xD90EBC) is known color: Deep Magenta. HEX triplet: D9, 0E and BC. RGB value is (217,14,188). Sum of RGB (Red+Green+Blue) = 217+14+188=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D90EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90EBC is #26F143. Grayscale: #5E5E5E. Windows color (decimal): -2552132 or 12324569. OLE color: 12324569.

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

Color convert

RGB 217 14 188 -
CMYK 0 0.94 0.13 0.15
HSL 308.57º 0.88% 0.45% -
HSV(B) 308.57º 0.94% 0.85% -
XYZ 37.85 18.7 49.19 -
YUV 94.53 180.75 215.35 -
System Red Green Blue C M Y K H S L
Decimal 217 14 188 0 0.94 0.13 0.15 308.57 0.88 0.45
Hex D9 E BC 0 5E D F 135 58 2D
Octal 331 16 274 0 136 15 17 465 130 55
Binary 11011001 1110 10111100 0 1011110 1101 1111 100110101 1011000 101101

Color Harmonies of #D90EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90EBC

Black with #D90EBC

Text Example


Text Example

White with #D90EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90EBC; }

 p { color: rgb(217,14,188); }

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

background-color css

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

 a { background-color: rgb(217,14,188); }

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

border-color css

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

 span { border-color: rgb(217,14,188); }

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