Html Css Color HEX #D3188F Medium Violet Red

📋 copy color: '#D3188F'

red 211 ◦ green 24 ◦ blue 143

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

Shades of Medium Violet Red #D3188F

Tints of Medium Violet Red #D3188F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.35%

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 55.82%
G = 6.35%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D3188F (or 0xD3188F) is known color: Medium Violet Red. HEX triplet: D3, 18 and 8F. RGB value is (211,24,143). Sum of RGB (Red+Green+Blue) = 211+24+143=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D3188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3188F is #2CE770. Grayscale: #5D5D5D. Windows color (decimal): -2942833 or 9378003. OLE color: 9378003.

HSL color Cylindrical-coordinate representation of color #D3188F: hue angle of 321.82º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3188F is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 24 143 -
CMYK 0 0.89 0.32 0.17
HSL 321.82º 0.8% 0.46% -
HSV(B) 321.82º 0.89% 0.83% -
XYZ 32.15 16.49 27.47 -
YUV 93.48 155.95 211.82 -
System Red Green Blue C M Y K H S L
Decimal 211 24 143 0 0.89 0.32 0.17 321.82 0.8 0.46
Hex D3 18 8F 0 59 20 11 142 50 2E
Octal 323 30 217 0 131 40 21 502 120 56
Binary 11010011 11000 10001111 0 1011001 100000 10001 101000010 1010000 101110

Color Harmonies of #D3188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3188F

Black with #D3188F

Text Example


Text Example

White with #D3188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3188F; }

 p { color: rgb(211,24,143); }

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

background-color css

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

 a { background-color: rgb(211,24,143); }

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

border-color css

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

 span { border-color: rgb(211,24,143); }

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