Html Css Color HEX #D90E8B Medium Violet Red

📋 copy color: '#D90E8B'

red 217 ◦ green 14 ◦ blue 139

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

Shades of Medium Violet Red #D90E8B

Tints of Medium Violet Red #D90E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 58.65%
G = 3.78%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D90E8B (or 0xD90E8B) is known color: Medium Violet Red. HEX triplet: D9, 0E and 8B. RGB value is (217,14,139). Sum of RGB (Red+Green+Blue) = 217+14+139=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90E8B is #26F174. Grayscale: #585858. Windows color (decimal): -2552181 or 9113305. OLE color: 9113305.

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

Color convert

RGB 217 14 139 -
CMYK 0 0.94 0.36 0.15
HSL 323.05º 0.88% 0.45% -
HSV(B) 323.05º 0.94% 0.85% -
XYZ 33.43 16.93 25.93 -
YUV 88.95 156.25 219.34 -
System Red Green Blue C M Y K H S L
Decimal 217 14 139 0 0.94 0.36 0.15 323.05 0.88 0.45
Hex D9 E 8B 0 5E 24 F 143 58 2D
Octal 331 16 213 0 136 44 17 503 130 55
Binary 11011001 1110 10001011 0 1011110 100100 1111 101000011 1011000 101101

Color Harmonies of #D90E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E8B

Black with #D90E8B

Text Example


Text Example

White with #D90E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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