Html Css Color HEX #D30D9E Medium Violet Red

📋 copy color: '#D30D9E'

red 211 ◦ green 13 ◦ blue 158

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

Shades of Medium Violet Red #D30D9E

Tints of Medium Violet Red #D30D9E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.4%

 BLUE value IS 158 (62.11% from 255) = 41.36%

R = 55.24%
G = 3.4%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D30D9E (or 0xD30D9E) is known color: Medium Violet Red. HEX triplet: D3, 0D and 9E. RGB value is (211,13,158). Sum of RGB (Red+Green+Blue) = 211+13+158=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D30D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30D9E is #2CF261. Grayscale: #585858. Windows color (decimal): -2945634 or 10358227. OLE color: 10358227.

HSL color Cylindrical-coordinate representation of color #D30D9E: hue angle of 316.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30D9E is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 13 158 -
CMYK 0 0.94 0.25 0.17
HSL 316.06º 0.88% 0.44% -
HSV(B) 316.06º 0.94% 0.83% -
XYZ 33.18 16.61 33.8 -
YUV 88.73 167.1 215.21 -
System Red Green Blue C M Y K H S L
Decimal 211 13 158 0 0.94 0.25 0.17 316.06 0.88 0.44
Hex D3 D 9E 0 5E 19 11 13C 58 2C
Octal 323 15 236 0 136 31 21 474 130 54
Binary 11010011 1101 10011110 0 1011110 11001 10001 100111100 1011000 101100

Color Harmonies of #D30D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30D9E

Black with #D30D9E

Text Example


Text Example

White with #D30D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30D9E; }

 p { color: rgb(211,13,158); }

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

background-color css

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

 a { background-color: rgb(211,13,158); }

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

border-color css

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

 span { border-color: rgb(211,13,158); }

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