Html Css Color HEX #D30891 Medium Violet Red

📋 copy color: '#D30891'

red 211 ◦ green 8 ◦ blue 145

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

Shades of Medium Violet Red #D30891

Tints of Medium Violet Red #D30891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

 BLUE value IS 145 (57.03% from 255) = 39.84%

R = 57.97%
G = 2.2%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D30891 (or 0xD30891) is known color: Medium Violet Red. HEX triplet: D3, 08 and 91. RGB value is (211,8,145). Sum of RGB (Red+Green+Blue) = 211+8+145=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D30891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30891 is #2CF76E. Grayscale: #535353. Windows color (decimal): -2946927 or 9504979. OLE color: 9504979.

HSL color Cylindrical-coordinate representation of color #D30891: hue angle of 319.51º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30891 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 8 145 -
CMYK 0 0.96 0.31 0.17
HSL 319.51º 0.93% 0.43% -
HSV(B) 319.51º 0.96% 0.83% -
XYZ 32.06 16.07 28.2 -
YUV 84.32 162.25 218.36 -
System Red Green Blue C M Y K H S L
Decimal 211 8 145 0 0.96 0.31 0.17 319.51 0.93 0.43
Hex D3 8 91 0 60 1F 11 140 5D 2B
Octal 323 10 221 0 140 37 21 500 135 53
Binary 11010011 1000 10010001 0 1100000 11111 10001 101000000 1011101 101011

Color Harmonies of #D30891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30891

Black with #D30891

Text Example


Text Example

White with #D30891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30891; }

 p { color: rgb(211,8,145); }

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

background-color css

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

 a { background-color: rgb(211,8,145); }

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

border-color css

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

 span { border-color: rgb(211,8,145); }

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