Html Css Color HEX #D30099 Medium Violet Red

📋 copy color: '#D30099'

red 211 ◦ green 0 ◦ blue 153

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

Shades of Medium Violet Red #D30099

Tints of Medium Violet Red #D30099

RGB

 RED value IS 211 (82.81% from 255) = 57.97%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 57.97%
G = 0%
B = 42.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D30099 (or 0xD30099) is known color: Medium Violet Red. HEX triplet: D3, 00 and 99. RGB value is (211,0,153). Sum of RGB (Red+Green+Blue) = 211+0+153=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D30099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30099 is #2CFF66. Grayscale: #505050. Windows color (decimal): -2948967 or 10027219. OLE color: 10027219.

HSL color Cylindrical-coordinate representation of color #D30099: hue angle of 316.49º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30099 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 0 153 -
CMYK 0 1 0.27 0.17
HSL 316.49º 1% 0.41% -
HSV(B) 316.49º 1% 0.83% -
XYZ 32.61 16.15 31.54 -
YUV 80.53 168.9 221.06 -
System Red Green Blue C M Y K H S L
Decimal 211 0 153 0 1 0.27 0.17 316.49 1 0.41
Hex D3 0 99 0 64 1B 11 13C 64 29
Octal 323 0 231 0 144 33 21 474 144 51
Binary 11010011 0 10011001 0 1100100 11011 10001 100111100 1100100 101001

Color Harmonies of #D30099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30099

Black with #D30099

Text Example


Text Example

White with #D30099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30099; }

 p { color: rgb(211,0,153); }

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

background-color css

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

 a { background-color: rgb(211,0,153); }

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

border-color css

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

 span { border-color: rgb(211,0,153); }

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