Html Css Color HEX #D30094 Medium Violet Red

📋 copy color: '#D30094'

red 211 ◦ green 0 ◦ blue 148

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

Shades of Medium Violet Red #D30094

Tints of Medium Violet Red #D30094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 58.77%
G = 0%
B = 41.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D30094 (or 0xD30094) is known color: Medium Violet Red. HEX triplet: D3, 00 and 94. RGB value is (211,0,148). Sum of RGB (Red+Green+Blue) = 211+0+148=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D30094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30094 is #2CFF6B. Grayscale: #4F4F4F. Windows color (decimal): -2948972 or 9699539. OLE color: 9699539.

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

Color convert

RGB 211 0 148 -
CMYK 0 1 0.30 0.17
HSL 317.91º 1% 0.41% -
HSV(B) 317.91º 1% 0.83% -
XYZ 32.21 15.99 29.41 -
YUV 79.96 166.4 221.47 -
System Red Green Blue C M Y K H S L
Decimal 211 0 148 0 1 0.30 0.17 317.91 1 0.41
Hex D3 0 94 0 64 1E 11 13E 64 29
Octal 323 0 224 0 144 36 21 476 144 51
Binary 11010011 0 10010100 0 1100100 11110 10001 100111110 1100100 101001

Color Harmonies of #D30094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30094

Black with #D30094

Text Example


Text Example

White with #D30094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30094; }

 p { color: rgb(211,0,148); }

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

background-color css

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

 a { background-color: rgb(211,0,148); }

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

border-color css

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

 span { border-color: rgb(211,0,148); }

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