Html Css Color HEX #D3127E Medium Violet Red

📋 copy color: '#D3127E'

red 211 ◦ green 18 ◦ blue 126

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

Shades of Medium Violet Red #D3127E

Tints of Medium Violet Red #D3127E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 59.44%
G = 5.07%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3127E (or 0xD3127E) is known color: Medium Violet Red. HEX triplet: D3, 12 and 7E. RGB value is (211,18,126). Sum of RGB (Red+Green+Blue) = 211+18+126=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3127E is #2CED81. Grayscale: #575757. Windows color (decimal): -2944386 or 8262355. OLE color: 8262355.

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

Color convert

RGB 211 18 126 -
CMYK 0 0.91 0.40 0.17
HSL 326.42º 0.84% 0.45% -
HSV(B) 326.42º 0.91% 0.83% -
XYZ 30.85 15.79 21.16 -
YUV 88.02 149.44 215.72 -
System Red Green Blue C M Y K H S L
Decimal 211 18 126 0 0.91 0.40 0.17 326.42 0.84 0.45
Hex D3 12 7E 0 5B 28 11 146 54 2D
Octal 323 22 176 0 133 50 21 506 124 55
Binary 11010011 10010 1111110 0 1011011 101000 10001 101000110 1010100 101101

Color Harmonies of #D3127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3127E

Black with #D3127E

Text Example


Text Example

White with #D3127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3127E; }

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

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

background-color css

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

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

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

border-color css

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

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

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