Html Css Color HEX #D30174 Medium Violet Red

📋 copy color: '#D30174'

red 211 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #D30174

Tints of Medium Violet Red #D30174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 64.33%
G = 0.3%
B = 35.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D30174 (or 0xD30174) is known color: Medium Violet Red. HEX triplet: D3, 01 and 74. RGB value is (211,1,116). Sum of RGB (Red+Green+Blue) = 211+1+116=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D30174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30174 is #2CFE8B. Grayscale: #4C4C4C. Windows color (decimal): -2948748 or 7602643. OLE color: 7602643.

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

Color convert

RGB 211 1 116 -
CMYK 0 1.00 0.45 0.17
HSL 327.14º 0.99% 0.42% -
HSV(B) 327.14º 1% 0.83% -
XYZ 30.03 15.13 17.86 -
YUV 76.9 150.07 223.65 -
System Red Green Blue C M Y K H S L
Decimal 211 1 116 0 1.00 0.45 0.17 327.14 0.99 0.42
Hex D3 1 74 0 64 2D 11 147 63 2A
Octal 323 1 164 0 144 55 21 507 143 52
Binary 11010011 1 1110100 0 1100100 101101 10001 101000111 1100011 101010

Color Harmonies of #D30174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30174

Black with #D30174

Text Example


Text Example

White with #D30174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30174; }

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

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

background-color css

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

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

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

border-color css

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

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

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