Html Css Color HEX #D90B7C Medium Violet Red

📋 copy color: '#D90B7C'

red 217 ◦ green 11 ◦ blue 124

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

Shades of Medium Violet Red #D90B7C

Tints of Medium Violet Red #D90B7C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.13%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 61.65%
G = 3.13%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D90B7C (or 0xD90B7C) is known color: Medium Violet Red. HEX triplet: D9, 0B and 7C. RGB value is (217,11,124). Sum of RGB (Red+Green+Blue) = 217+11+124=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90B7C is #26F483. Grayscale: #555555. Windows color (decimal): -2552964 or 8129497. OLE color: 8129497.

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

Color convert

RGB 217 11 124 -
CMYK 0 0.95 0.43 0.15
HSL 327.09º 0.9% 0.45% -
HSV(B) 327.09º 0.95% 0.85% -
XYZ 32.37 16.45 20.54 -
YUV 85.48 149.75 221.81 -
System Red Green Blue C M Y K H S L
Decimal 217 11 124 0 0.95 0.43 0.15 327.09 0.9 0.45
Hex D9 B 7C 0 5F 2B F 147 5A 2D
Octal 331 13 174 0 137 53 17 507 132 55
Binary 11011001 1011 1111100 0 1011111 101011 1111 101000111 1011010 101101

Color Harmonies of #D90B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90B7C

Black with #D90B7C

Text Example


Text Example

White with #D90B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90B7C; }

 p { color: rgb(217,11,124); }

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

background-color css

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

 a { background-color: rgb(217,11,124); }

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

border-color css

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

 span { border-color: rgb(217,11,124); }

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