Html Css Color HEX #D90288 Medium Violet Red

📋 copy color: '#D90288'

red 217 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #D90288

Tints of Medium Violet Red #D90288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 61.13%
G = 0.56%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D90288 (or 0xD90288) is known color: Medium Violet Red. HEX triplet: D9, 02 and 88. RGB value is (217,2,136). Sum of RGB (Red+Green+Blue) = 217+2+136=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D90288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90288 is #26FD77. Grayscale: #515151. Windows color (decimal): -2555256 or 8913625. OLE color: 8913625.

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

Color convert

RGB 217 2 136 -
CMYK 0 0.99 0.37 0.15
HSL 322.6º 0.98% 0.43% -
HSV(B) 322.6º 0.99% 0.85% -
XYZ 33.08 16.57 24.75 -
YUV 81.56 158.73 224.6 -
System Red Green Blue C M Y K H S L
Decimal 217 2 136 0 0.99 0.37 0.15 322.6 0.98 0.43
Hex D9 2 88 0 63 25 F 143 62 2B
Octal 331 2 210 0 143 45 17 503 142 53
Binary 11011001 10 10001000 0 1100011 100101 1111 101000011 1100010 101011

Color Harmonies of #D90288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90288

Black with #D90288

Text Example


Text Example

White with #D90288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90288; }

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

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

background-color css

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

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

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

border-color css

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

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

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