Html Css Color HEX #D3127A Medium Violet Red

📋 copy color: '#D3127A'

red 211 ◦ green 18 ◦ blue 122

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

Shades of Medium Violet Red #D3127A

Tints of Medium Violet Red #D3127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 60.11%
G = 5.13%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D3127A (or 0xD3127A) is known color: Medium Violet Red. HEX triplet: D3, 12 and 7A. RGB value is (211,18,122). Sum of RGB (Red+Green+Blue) = 211+18+122=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D3127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3127A is #2CED85. Grayscale: #575757. Windows color (decimal): -2944390 or 8000211. OLE color: 8000211.

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

Color convert

RGB 211 18 122 -
CMYK 0 0.91 0.42 0.17
HSL 327.67º 0.84% 0.45% -
HSV(B) 327.67º 0.91% 0.83% -
XYZ 30.59 15.69 19.83 -
YUV 87.56 147.44 216.04 -
System Red Green Blue C M Y K H S L
Decimal 211 18 122 0 0.91 0.42 0.17 327.67 0.84 0.45
Hex D3 12 7A 0 5B 2A 11 148 54 2D
Octal 323 22 172 0 133 52 21 510 124 55
Binary 11010011 10010 1111010 0 1011011 101010 10001 101001000 1010100 101101

Color Harmonies of #D3127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3127A

Black with #D3127A

Text Example


Text Example

White with #D3127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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