Html Css Color HEX #D3158A Medium Violet Red

📋 copy color: '#D3158A'

red 211 ◦ green 21 ◦ blue 138

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

Shades of Medium Violet Red #D3158A

Tints of Medium Violet Red #D3158A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.68%

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 57.03%
G = 5.68%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3158A (or 0xD3158A) is known color: Medium Violet Red. HEX triplet: D3, 15 and 8A. RGB value is (211,21,138). Sum of RGB (Red+Green+Blue) = 211+21+138=370 (49% of max value = 765). Red value is 211 (82.81% from 255 or 57.03% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 211 - color contains mainly: red. Hex color #D3158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3158A is #2CEA75. Grayscale: #5A5A5A. Windows color (decimal): -2943606 or 9049555. OLE color: 9049555.

HSL color Cylindrical-coordinate representation of color #D3158A: hue angle of 323.05º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3158A is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 21 138 -
CMYK 0 0.90 0.35 0.17
HSL 323.05º 0.82% 0.45% -
HSV(B) 323.05º 0.9% 0.83% -
XYZ 31.72 16.22 25.5 -
YUV 91.15 154.45 213.49 -
System Red Green Blue C M Y K H S L
Decimal 211 21 138 0 0.90 0.35 0.17 323.05 0.82 0.45
Hex D3 15 8A 0 5A 23 11 143 52 2D
Octal 323 25 212 0 132 43 21 503 122 55
Binary 11010011 10101 10001010 0 1011010 100011 10001 101000011 1010010 101101

Color Harmonies of #D3158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3158A

Black with #D3158A

Text Example


Text Example

White with #D3158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3158A; }

 p { color: rgb(211,21,138); }

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

background-color css

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

 a { background-color: rgb(211,21,138); }

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

border-color css

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

 span { border-color: rgb(211,21,138); }

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