Html Css Color HEX #D30299 Medium Violet Red

📋 copy color: '#D30299'

red 211 ◦ green 2 ◦ blue 153

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

Shades of Medium Violet Red #D30299

Tints of Medium Violet Red #D30299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 57.65%
G = 0.55%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D30299 (or 0xD30299) is known color: Medium Violet Red. HEX triplet: D3, 02 and 99. RGB value is (211,2,153). Sum of RGB (Red+Green+Blue) = 211+2+153=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D30299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30299 is #2CFD66. Grayscale: #515151. Windows color (decimal): -2948455 or 10027731. OLE color: 10027731.

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

Color convert

RGB 211 2 153 -
CMYK 0 0.99 0.27 0.17
HSL 316.65º 0.98% 0.42% -
HSV(B) 316.65º 0.99% 0.83% -
XYZ 32.64 16.19 31.54 -
YUV 81.71 168.24 220.22 -
System Red Green Blue C M Y K H S L
Decimal 211 2 153 0 0.99 0.27 0.17 316.65 0.98 0.42
Hex D3 2 99 0 63 1B 11 13D 62 2A
Octal 323 2 231 0 143 33 21 475 142 52
Binary 11010011 10 10011001 0 1100011 11011 10001 100111101 1100010 101010

Color Harmonies of #D30299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30299

Black with #D30299

Text Example


Text Example

White with #D30299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30299; }

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

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

background-color css

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

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

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

border-color css

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

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

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