Html Css Color HEX #D90D8B Medium Violet Red

📋 copy color: '#D90D8B'

red 217 ◦ green 13 ◦ blue 139

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

Shades of Medium Violet Red #D90D8B

Tints of Medium Violet Red #D90D8B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.52%

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

R = 58.81%
G = 3.52%
B = 37.67%

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

#D90D8B (or 0xD90D8B) is known color: Medium Violet Red. HEX triplet: D9, 0D and 8B. RGB value is (217,13,139). Sum of RGB (Red+Green+Blue) = 217+13+139=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90D8B is #26F274. Grayscale: #585858. Windows color (decimal): -2552437 or 9113049. OLE color: 9113049.

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

Color convert

RGB 217 13 139 -
CMYK 0 0.94 0.36 0.15
HSL 322.94º 0.89% 0.45% -
HSV(B) 322.94º 0.94% 0.85% -
XYZ 33.42 16.9 25.93 -
YUV 88.36 156.59 219.75 -
System Red Green Blue C M Y K H S L
Decimal 217 13 139 0 0.94 0.36 0.15 322.94 0.89 0.45
Hex D9 D 8B 0 5E 24 F 143 59 2D
Octal 331 15 213 0 136 44 17 503 131 55
Binary 11011001 1101 10001011 0 1011110 100100 1111 101000011 1011001 101101

Color Harmonies of #D90D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90D8B

Black with #D90D8B

Text Example


Text Example

White with #D90D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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