Html Css Color HEX #D90C7D Medium Violet Red

📋 copy color: '#D90C7D'

red 217 ◦ green 12 ◦ blue 125

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

Shades of Medium Violet Red #D90C7D

Tints of Medium Violet Red #D90C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 61.3%
G = 3.39%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D90C7D (or 0xD90C7D) is known color: Medium Violet Red. HEX triplet: D9, 0C and 7D. RGB value is (217,12,125). Sum of RGB (Red+Green+Blue) = 217+12+125=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C7D is #26F382. Grayscale: #555555. Windows color (decimal): -2552707 or 8195289. OLE color: 8195289.

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

Color convert

RGB 217 12 125 -
CMYK 0 0.94 0.42 0.15
HSL 326.93º 0.9% 0.45% -
HSV(B) 326.93º 0.94% 0.85% -
XYZ 32.45 16.5 20.88 -
YUV 86.18 149.92 221.31 -
System Red Green Blue C M Y K H S L
Decimal 217 12 125 0 0.94 0.42 0.15 326.93 0.9 0.45
Hex D9 C 7D 0 5E 2A F 147 5A 2D
Octal 331 14 175 0 136 52 17 507 132 55
Binary 11011001 1100 1111101 0 1011110 101010 1111 101000111 1011010 101101

Color Harmonies of #D90C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C7D

Black with #D90C7D

Text Example


Text Example

White with #D90C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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