Html Css Color HEX #D30982 Medium Violet Red

📋 copy color: '#D30982'

red 211 ◦ green 9 ◦ blue 130

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

Shades of Medium Violet Red #D30982

Tints of Medium Violet Red #D30982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.14%

R = 60.29%
G = 2.57%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D30982 (or 0xD30982) is known color: Medium Violet Red. HEX triplet: D3, 09 and 82. RGB value is (211,9,130). Sum of RGB (Red+Green+Blue) = 211+9+130=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D30982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30982 is #2CF67D. Grayscale: #525252. Windows color (decimal): -2946686 or 8522195. OLE color: 8522195.

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

Color convert

RGB 211 9 130 -
CMYK 0 0.96 0.38 0.17
HSL 324.06º 0.92% 0.43% -
HSV(B) 324.06º 0.96% 0.83% -
XYZ 30.99 15.66 22.51 -
YUV 83.19 154.42 219.16 -
System Red Green Blue C M Y K H S L
Decimal 211 9 130 0 0.96 0.38 0.17 324.06 0.92 0.43
Hex D3 9 82 0 60 26 11 144 5C 2B
Octal 323 11 202 0 140 46 21 504 134 53
Binary 11010011 1001 10000010 0 1100000 100110 10001 101000100 1011100 101011

Color Harmonies of #D30982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30982

Black with #D30982

Text Example


Text Example

White with #D30982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30982; }

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

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

background-color css

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

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

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

border-color css

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

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

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