Html Css Color HEX #D90188 Medium Violet Red

📋 copy color: '#D90188'

red 217 ◦ green 1 ◦ blue 136

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

Shades of Medium Violet Red #D90188

Tints of Medium Violet Red #D90188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 136 (53.52% from 255) = 38.42%

R = 61.3%
G = 0.28%
B = 38.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D90188 (or 0xD90188) is known color: Medium Violet Red. HEX triplet: D9, 01 and 88. RGB value is (217,1,136). Sum of RGB (Red+Green+Blue) = 217+1+136=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D90188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90188 is #26FE77. Grayscale: #505050. Windows color (decimal): -2555512 or 8913369. OLE color: 8913369.

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

Color convert

RGB 217 1 136 -
CMYK 0 1.00 0.37 0.15
HSL 322.5º 0.99% 0.43% -
HSV(B) 322.5º 1% 0.85% -
XYZ 33.07 16.55 24.74 -
YUV 80.97 159.06 225.02 -
System Red Green Blue C M Y K H S L
Decimal 217 1 136 0 1.00 0.37 0.15 322.5 0.99 0.43
Hex D9 1 88 0 64 25 F 142 63 2B
Octal 331 1 210 0 144 45 17 502 143 53
Binary 11011001 1 10001000 0 1100100 100101 1111 101000010 1100011 101011

Color Harmonies of #D90188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90188

Black with #D90188

Text Example


Text Example

White with #D90188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90188; }

 p { color: rgb(217,1,136); }

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

background-color css

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

 a { background-color: rgb(217,1,136); }

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

border-color css

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

 span { border-color: rgb(217,1,136); }

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