Html Css Color HEX #D3129F Medium Violet Red

📋 copy color: '#D3129F'

red 211 ◦ green 18 ◦ blue 159

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

Shades of Medium Violet Red #D3129F

Tints of Medium Violet Red #D3129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.98%

R = 54.38%
G = 4.64%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3129F (or 0xD3129F) is known color: Medium Violet Red. HEX triplet: D3, 12 and 9F. RGB value is (211,18,159). Sum of RGB (Red+Green+Blue) = 211+18+159=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D3129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3129F is #2CED60. Grayscale: #5B5B5B. Windows color (decimal): -2944353 or 10425043. OLE color: 10425043.

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

Color convert

RGB 211 18 159 -
CMYK 0 0.91 0.25 0.17
HSL 316.17º 0.84% 0.45% -
HSV(B) 316.17º 0.91% 0.83% -
XYZ 33.34 16.78 34.28 -
YUV 91.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 211 18 159 0 0.91 0.25 0.17 316.17 0.84 0.45
Hex D3 12 9F 0 5B 19 11 13C 54 2D
Octal 323 22 237 0 133 31 21 474 124 55
Binary 11010011 10010 10011111 0 1011011 11001 10001 100111100 1010100 101101

Color Harmonies of #D3129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3129F

Black with #D3129F

Text Example


Text Example

White with #D3129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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