Html Css Color HEX #D3147F Medium Violet Red

📋 copy color: '#D3147F'

red 211 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #D3147F

Tints of Medium Violet Red #D3147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.59%

 BLUE value IS 127 (50% from 255) = 35.47%

R = 58.94%
G = 5.59%
B = 35.47%

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

#D3147F (or 0xD3147F) is known color: Medium Violet Red. HEX triplet: D3, 14 and 7F. RGB value is (211,20,127). Sum of RGB (Red+Green+Blue) = 211+20+127=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D3147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3147F is #2CEB80. Grayscale: #595959. Windows color (decimal): -2943873 or 8328403. OLE color: 8328403.

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

Color convert

RGB 211 20 127 -
CMYK 0 0.91 0.40 0.17
HSL 326.39º 0.83% 0.45% -
HSV(B) 326.39º 0.91% 0.83% -
XYZ 30.94 15.88 21.51 -
YUV 89.31 149.28 214.8 -
System Red Green Blue C M Y K H S L
Decimal 211 20 127 0 0.91 0.40 0.17 326.39 0.83 0.45
Hex D3 14 7F 0 5B 28 11 146 53 2D
Octal 323 24 177 0 133 50 21 506 123 55
Binary 11010011 10100 1111111 0 1011011 101000 10001 101000110 1010011 101101

Color Harmonies of #D3147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3147F

Black with #D3147F

Text Example


Text Example

White with #D3147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3147F; }

 p { color: rgb(211,20,127); }

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

background-color css

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

 a { background-color: rgb(211,20,127); }

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

border-color css

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

 span { border-color: rgb(211,20,127); }

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