Html Css Color HEX #D90C8A Medium Violet Red

📋 copy color: '#D90C8A'

red 217 ◦ green 12 ◦ blue 138

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

Shades of Medium Violet Red #D90C8A

Tints of Medium Violet Red #D90C8A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.27%

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 59.13%
G = 3.27%
B = 37.6%

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

#D90C8A (or 0xD90C8A) is known color: Medium Violet Red. HEX triplet: D9, 0C and 8A. RGB value is (217,12,138). Sum of RGB (Red+Green+Blue) = 217+12+138=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90C8A is #26F375. Grayscale: #575757. Windows color (decimal): -2552694 or 9047257. OLE color: 9047257.

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

Color convert

RGB 217 12 138 -
CMYK 0 0.94 0.36 0.15
HSL 323.12º 0.9% 0.45% -
HSV(B) 323.12º 0.94% 0.85% -
XYZ 33.33 16.85 25.54 -
YUV 87.66 156.42 220.25 -
System Red Green Blue C M Y K H S L
Decimal 217 12 138 0 0.94 0.36 0.15 323.12 0.9 0.45
Hex D9 C 8A 0 5E 24 F 143 5A 2D
Octal 331 14 212 0 136 44 17 503 132 55
Binary 11011001 1100 10001010 0 1011110 100100 1111 101000011 1011010 101101

Color Harmonies of #D90C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C8A

Black with #D90C8A

Text Example


Text Example

White with #D90C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C8A; }

 p { color: rgb(217,12,138); }

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

background-color css

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

 a { background-color: rgb(217,12,138); }

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

border-color css

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

 span { border-color: rgb(217,12,138); }

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