Html Css Color HEX #D3129C Medium Violet Red

📋 copy color: '#D3129C'

red 211 ◦ green 18 ◦ blue 156

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

Shades of Medium Violet Red #D3129C

Tints of Medium Violet Red #D3129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.68%

 BLUE value IS 156 (61.33% from 255) = 40.52%

R = 54.81%
G = 4.68%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D3129C (or 0xD3129C) is known color: Medium Violet Red. HEX triplet: D3, 12 and 9C. RGB value is (211,18,156). Sum of RGB (Red+Green+Blue) = 211+18+156=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3129C is #2CED63. Grayscale: #5B5B5B. Windows color (decimal): -2944356 or 10228435. OLE color: 10228435.

HSL color Cylindrical-coordinate representation of color #D3129C: hue angle of 317.1º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3129C is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 18 156 -
CMYK 0 0.91 0.26 0.17
HSL 317.1º 0.84% 0.45% -
HSV(B) 317.1º 0.91% 0.83% -
XYZ 33.08 16.68 32.93 -
YUV 91.44 164.44 213.28 -
System Red Green Blue C M Y K H S L
Decimal 211 18 156 0 0.91 0.26 0.17 317.1 0.84 0.45
Hex D3 12 9C 0 5B 1A 11 13D 54 2D
Octal 323 22 234 0 133 32 21 475 124 55
Binary 11010011 10010 10011100 0 1011011 11010 10001 100111101 1010100 101101

Color Harmonies of #D3129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3129C

Black with #D3129C

Text Example


Text Example

White with #D3129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3129C; }

 p { color: rgb(211,18,156); }

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

background-color css

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

 a { background-color: rgb(211,18,156); }

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

border-color css

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

 span { border-color: rgb(211,18,156); }

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