Html Css Color HEX #D30496 Medium Violet Red

📋 copy color: '#D30496'

red 211 ◦ green 4 ◦ blue 150

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

Shades of Medium Violet Red #D30496

Tints of Medium Violet Red #D30496

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 57.81%
G = 1.1%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D30496 (or 0xD30496) is known color: Medium Violet Red. HEX triplet: D3, 04 and 96. RGB value is (211,4,150). Sum of RGB (Red+Green+Blue) = 211+4+150=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D30496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30496 is #2CFB69. Grayscale: #525252. Windows color (decimal): -2947946 or 9831635. OLE color: 9831635.

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

Color convert

RGB 211 4 150 -
CMYK 0 0.98 0.29 0.17
HSL 317.68º 0.96% 0.42% -
HSV(B) 317.68º 0.98% 0.83% -
XYZ 32.41 16.14 30.26 -
YUV 82.54 166.08 219.63 -
System Red Green Blue C M Y K H S L
Decimal 211 4 150 0 0.98 0.29 0.17 317.68 0.96 0.42
Hex D3 4 96 0 62 1D 11 13E 60 2A
Octal 323 4 226 0 142 35 21 476 140 52
Binary 11010011 100 10010110 0 1100010 11101 10001 100111110 1100000 101010

Color Harmonies of #D30496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30496

Black with #D30496

Text Example


Text Example

White with #D30496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30496; }

 p { color: rgb(211,4,150); }

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

background-color css

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

 a { background-color: rgb(211,4,150); }

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

border-color css

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

 span { border-color: rgb(211,4,150); }

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