Html Css Color HEX #D30577 Medium Violet Red

📋 copy color: '#D30577'

red 211 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #D30577

Tints of Medium Violet Red #D30577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 62.99%
G = 1.49%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D30577 (or 0xD30577) is known color: Medium Violet Red. HEX triplet: D3, 05 and 77. RGB value is (211,5,119). Sum of RGB (Red+Green+Blue) = 211+5+119=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D30577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30577 is #2CFA88. Grayscale: #4F4F4F. Windows color (decimal): -2947721 or 7800275. OLE color: 7800275.

HSL color Cylindrical-coordinate representation of color #D30577: hue angle of 326.8º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30577 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 5 119 -
CMYK 0 0.98 0.44 0.17
HSL 326.8º 0.95% 0.42% -
HSV(B) 326.8º 0.98% 0.83% -
XYZ 30.25 15.29 18.81 -
YUV 79.59 150.25 221.73 -
System Red Green Blue C M Y K H S L
Decimal 211 5 119 0 0.98 0.44 0.17 326.8 0.95 0.42
Hex D3 5 77 0 62 2C 11 147 5F 2A
Octal 323 5 167 0 142 54 21 507 137 52
Binary 11010011 101 1110111 0 1100010 101100 10001 101000111 1011111 101010

Color Harmonies of #D30577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30577

Black with #D30577

Text Example


Text Example

White with #D30577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30577; }

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

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

background-color css

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

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

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

border-color css

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

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

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