Html Css Color HEX #D90382 Medium Violet Red

📋 copy color: '#D90382'

red 217 ◦ green 3 ◦ blue 130

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

Shades of Medium Violet Red #D90382

Tints of Medium Violet Red #D90382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 130 (51.17% from 255) = 37.14%

R = 62%
G = 0.86%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D90382 (or 0xD90382) is known color: Medium Violet Red. HEX triplet: D9, 03 and 82. RGB value is (217,3,130). Sum of RGB (Red+Green+Blue) = 217+3+130=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D90382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90382 is #26FC7D. Grayscale: #515151. Windows color (decimal): -2555006 or 8520665. OLE color: 8520665.

HSL color Cylindrical-coordinate representation of color #D90382: hue angle of 324.39º degrees, saturation: 0.97, 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 #D90382 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 3 130 -
CMYK 0 0.99 0.40 0.15
HSL 324.39º 0.97% 0.43% -
HSV(B) 324.39º 0.99% 0.85% -
XYZ 32.68 16.43 22.57 -
YUV 81.46 155.4 224.67 -
System Red Green Blue C M Y K H S L
Decimal 217 3 130 0 0.99 0.40 0.15 324.39 0.97 0.43
Hex D9 3 82 0 63 28 F 144 61 2B
Octal 331 3 202 0 143 50 17 504 141 53
Binary 11011001 11 10000010 0 1100011 101000 1111 101000100 1100001 101011

Color Harmonies of #D90382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90382

Black with #D90382

Text Example


Text Example

White with #D90382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90382; }

 p { color: rgb(217,3,130); }

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

background-color css

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

 a { background-color: rgb(217,3,130); }

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

border-color css

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

 span { border-color: rgb(217,3,130); }

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