Html Css Color HEX #D90090 Medium Violet Red

📋 copy color: '#D90090'

red 217 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #D90090

Tints of Medium Violet Red #D90090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 144 (56.64% from 255) = 39.89%

R = 60.11%
G = 0%
B = 39.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D90090 (or 0xD90090) is known color: Medium Violet Red. HEX triplet: D9, 00 and 90. RGB value is (217,0,144). Sum of RGB (Red+Green+Blue) = 217+0+144=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D90090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90090 is #26FF6F. Grayscale: #505050. Windows color (decimal): -2555760 or 9437401. OLE color: 9437401.

HSL color Cylindrical-coordinate representation of color #D90090: hue angle of 320.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90090 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 0 144 -
CMYK 0 1 0.34 0.15
HSL 320.18º 1% 0.43% -
HSV(B) 320.18º 1% 0.85% -
XYZ 33.65 16.77 27.85 -
YUV 81.3 163.39 224.79 -
System Red Green Blue C M Y K H S L
Decimal 217 0 144 0 1 0.34 0.15 320.18 1 0.43
Hex D9 0 90 0 64 22 F 140 64 2B
Octal 331 0 220 0 144 42 17 500 144 53
Binary 11011001 0 10010000 0 1100100 100010 1111 101000000 1100100 101011

Color Harmonies of #D90090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90090

Black with #D90090

Text Example


Text Example

White with #D90090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90090; }

 p { color: rgb(217,0,144); }

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

background-color css

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

 a { background-color: rgb(217,0,144); }

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

border-color css

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

 span { border-color: rgb(217,0,144); }

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