Html Css Color HEX #D30976 Medium Violet Red

📋 copy color: '#D30976'

red 211 ◦ green 9 ◦ blue 118

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

Shades of Medium Violet Red #D30976

Tints of Medium Violet Red #D30976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.66%

 BLUE value IS 118 (46.48% from 255) = 34.91%

R = 62.43%
G = 2.66%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D30976 (or 0xD30976) is known color: Medium Violet Red. HEX triplet: D3, 09 and 76. RGB value is (211,9,118). Sum of RGB (Red+Green+Blue) = 211+9+118=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D30976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30976 is #2CF689. Grayscale: #515151. Windows color (decimal): -2946698 or 7735763. OLE color: 7735763.

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

Color convert

RGB 211 9 118 -
CMYK 0 0.96 0.44 0.17
HSL 327.62º 0.92% 0.43% -
HSV(B) 327.62º 0.96% 0.83% -
XYZ 30.23 15.35 18.51 -
YUV 81.82 148.42 220.14 -
System Red Green Blue C M Y K H S L
Decimal 211 9 118 0 0.96 0.44 0.17 327.62 0.92 0.43
Hex D3 9 76 0 60 2C 11 148 5C 2B
Octal 323 11 166 0 140 54 21 510 134 53
Binary 11010011 1001 1110110 0 1100000 101100 10001 101001000 1011100 101011

Color Harmonies of #D30976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30976

Black with #D30976

Text Example


Text Example

White with #D30976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30976; }

 p { color: rgb(211,9,118); }

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

background-color css

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

 a { background-color: rgb(211,9,118); }

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

border-color css

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

 span { border-color: rgb(211,9,118); }

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