Html Css Color HEX #D30793 Medium Violet Red

📋 copy color: '#D30793'

red 211 ◦ green 7 ◦ blue 147

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

Shades of Medium Violet Red #D30793

Tints of Medium Violet Red #D30793

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.92%

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

R = 57.81%
G = 1.92%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D30793 (or 0xD30793) is known color: Medium Violet Red. HEX triplet: D3, 07 and 93. RGB value is (211,7,147). Sum of RGB (Red+Green+Blue) = 211+7+147=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D30793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30793 is #2CF86C. Grayscale: #535353. Windows color (decimal): -2947181 or 9635795. OLE color: 9635795.

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

Color convert

RGB 211 7 147 -
CMYK 0 0.97 0.30 0.17
HSL 318.82º 0.94% 0.43% -
HSV(B) 318.82º 0.97% 0.83% -
XYZ 32.21 16.11 29.02 -
YUV 83.96 163.59 218.62 -
System Red Green Blue C M Y K H S L
Decimal 211 7 147 0 0.97 0.30 0.17 318.82 0.94 0.43
Hex D3 7 93 0 61 1E 11 13F 5E 2B
Octal 323 7 223 0 141 36 21 477 136 53
Binary 11010011 111 10010011 0 1100001 11110 10001 100111111 1011110 101011

Color Harmonies of #D30793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30793

Black with #D30793

Text Example


Text Example

White with #D30793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30793; }

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

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

background-color css

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

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

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

border-color css

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

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

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