Html Css Color HEX #D30077 Medium Violet Red

📋 copy color: '#D30077'

red 211 ◦ green 0 ◦ blue 119

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

Shades of Medium Violet Red #D30077

Tints of Medium Violet Red #D30077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 63.94%
G = 0%
B = 36.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D30077 (or 0xD30077) is known color: Medium Violet Red. HEX triplet: D3, 00 and 77. RGB value is (211,0,119). Sum of RGB (Red+Green+Blue) = 211+0+119=330 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.94% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 211 - color contains mainly: red. Hex color #D30077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30077 is #2CFF88. Grayscale: #4C4C4C. Windows color (decimal): -2949001 or 7798995. OLE color: 7798995.

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

Color convert

RGB 211 0 119 -
CMYK 0 1 0.44 0.17
HSL 326.16º 1% 0.41% -
HSV(B) 326.16º 1% 0.83% -
XYZ 30.19 15.18 18.79 -
YUV 76.66 151.9 223.82 -
System Red Green Blue C M Y K H S L
Decimal 211 0 119 0 1 0.44 0.17 326.16 1 0.41
Hex D3 0 77 0 64 2C 11 146 64 29
Octal 323 0 167 0 144 54 21 506 144 51
Binary 11010011 0 1110111 0 1100100 101100 10001 101000110 1100100 101001

Color Harmonies of #D30077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30077

Black with #D30077

Text Example


Text Example

White with #D30077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30077; }

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

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

background-color css

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

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

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

border-color css

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

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

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