Html Css Color HEX #D30696 Medium Violet Red

📋 copy color: '#D30696'

red 211 ◦ green 6 ◦ blue 150

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

Shades of Medium Violet Red #D30696

Tints of Medium Violet Red #D30696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

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

R = 57.49%
G = 1.63%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D30696 (or 0xD30696) is known color: Medium Violet Red. HEX triplet: D3, 06 and 96. RGB value is (211,6,150). Sum of RGB (Red+Green+Blue) = 211+6+150=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D30696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30696 is #2CF969. Grayscale: #535353. Windows color (decimal): -2947434 or 9832147. OLE color: 9832147.

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

Color convert

RGB 211 6 150 -
CMYK 0 0.97 0.29 0.17
HSL 317.85º 0.94% 0.43% -
HSV(B) 317.85º 0.97% 0.83% -
XYZ 32.43 16.18 30.27 -
YUV 83.71 165.42 218.79 -
System Red Green Blue C M Y K H S L
Decimal 211 6 150 0 0.97 0.29 0.17 317.85 0.94 0.43
Hex D3 6 96 0 61 1D 11 13E 5E 2B
Octal 323 6 226 0 141 35 21 476 136 53
Binary 11010011 110 10010110 0 1100001 11101 10001 100111110 1011110 101011

Color Harmonies of #D30696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30696

Black with #D30696

Text Example


Text Example

White with #D30696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30696; }

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

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

background-color css

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

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

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

border-color css

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

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

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