Html Css Color HEX #D30893 Medium Violet Red

📋 copy color: '#D30893'

red 211 ◦ green 8 ◦ blue 147

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

Shades of Medium Violet Red #D30893

Tints of Medium Violet Red #D30893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.16%

R = 57.65%
G = 2.19%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D30893 (or 0xD30893) is known color: Medium Violet Red. HEX triplet: D3, 08 and 93. RGB value is (211,8,147). Sum of RGB (Red+Green+Blue) = 211+8+147=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D30893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30893 is #2CF76C. Grayscale: #545454. Windows color (decimal): -2946925 or 9636051. OLE color: 9636051.

HSL color Cylindrical-coordinate representation of color #D30893: hue angle of 318.92º 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 #D30893 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 8 147 -
CMYK 0 0.96 0.30 0.17
HSL 318.92º 0.93% 0.43% -
HSV(B) 318.92º 0.96% 0.83% -
XYZ 32.22 16.13 29.02 -
YUV 84.54 163.25 218.2 -
System Red Green Blue C M Y K H S L
Decimal 211 8 147 0 0.96 0.30 0.17 318.92 0.93 0.43
Hex D3 8 93 0 60 1E 11 13F 5D 2B
Octal 323 10 223 0 140 36 21 477 135 53
Binary 11010011 1000 10010011 0 1100000 11110 10001 100111111 1011101 101011

Color Harmonies of #D30893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30893

Black with #D30893

Text Example


Text Example

White with #D30893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30893; }

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

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

background-color css

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

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

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

border-color css

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

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

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