Html Css Color HEX #D3129B Medium Violet Red

📋 copy color: '#D3129B'

red 211 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #D3129B

Tints of Medium Violet Red #D3129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 54.95%
G = 4.69%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3129B (or 0xD3129B) is known color: Medium Violet Red. HEX triplet: D3, 12 and 9B. RGB value is (211,18,155). Sum of RGB (Red+Green+Blue) = 211+18+155=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D3129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3129B is #2CED64. Grayscale: #5A5A5A. Windows color (decimal): -2944357 or 10162899. OLE color: 10162899.

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

Color convert

RGB 211 18 155 -
CMYK 0 0.91 0.27 0.17
HSL 317.41º 0.84% 0.45% -
HSV(B) 317.41º 0.91% 0.83% -
XYZ 33 16.65 32.48 -
YUV 91.33 163.94 213.36 -
System Red Green Blue C M Y K H S L
Decimal 211 18 155 0 0.91 0.27 0.17 317.41 0.84 0.45
Hex D3 12 9B 0 5B 1B 11 13D 54 2D
Octal 323 22 233 0 133 33 21 475 124 55
Binary 11010011 10010 10011011 0 1011011 11011 10001 100111101 1010100 101101

Color Harmonies of #D3129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3129B

Black with #D3129B

Text Example


Text Example

White with #D3129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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