Html Css Color HEX #D30186 Medium Violet Red

📋 copy color: '#D30186'

red 211 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #D30186

Tints of Medium Violet Red #D30186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 134 (52.73% from 255) = 38.73%

R = 60.98%
G = 0.29%
B = 38.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D30186 (or 0xD30186) is known color: Medium Violet Red. HEX triplet: D3, 01 and 86. RGB value is (211,1,134). Sum of RGB (Red+Green+Blue) = 211+1+134=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D30186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30186 is #2CFE79. Grayscale: #4E4E4E. Windows color (decimal): -2948730 or 8782291. OLE color: 8782291.

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

Color convert

RGB 211 1 134 -
CMYK 0 1.00 0.36 0.17
HSL 322º 0.99% 0.42% -
HSV(B) 322º 1% 0.83% -
XYZ 31.18 15.59 23.92 -
YUV 78.95 159.07 222.19 -
System Red Green Blue C M Y K H S L
Decimal 211 1 134 0 1.00 0.36 0.17 322 0.99 0.42
Hex D3 1 86 0 64 24 11 142 63 2A
Octal 323 1 206 0 144 44 21 502 143 52
Binary 11010011 1 10000110 0 1100100 100100 10001 101000010 1100011 101010

Color Harmonies of #D30186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30186

Black with #D30186

Text Example


Text Example

White with #D30186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30186; }

 p { color: rgb(211,1,134); }

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

background-color css

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

 a { background-color: rgb(211,1,134); }

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

border-color css

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

 span { border-color: rgb(211,1,134); }

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