Html Css Color HEX #D2139C Medium Violet Red

📋 copy color: '#D2139C'

red 210 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #D2139C

Tints of Medium Violet Red #D2139C

RGB

 RED value IS 210 (82.42% from 255) = 54.55%

 GREEN value IS 19 (7.81% from 255) = 4.94%

 BLUE value IS 156 (61.33% from 255) = 40.52%

R = 54.55%
G = 4.94%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2139C (or 0xD2139C) is known color: Medium Violet Red. HEX triplet: D2, 13 and 9C. RGB value is (210,19,156). Sum of RGB (Red+Green+Blue) = 210+19+156=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2139C is #2DEC63. Grayscale: #5B5B5B. Windows color (decimal): -3009636 or 10228690. OLE color: 10228690.

HSL color Cylindrical-coordinate representation of color #D2139C: hue angle of 316.96º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2139C is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 19 156 -
CMYK 0 0.91 0.26 0.18
HSL 316.96º 0.83% 0.45% -
HSV(B) 316.96º 0.91% 0.82% -
XYZ 32.81 16.57 32.92 -
YUV 91.73 164.28 212.36 -
System Red Green Blue C M Y K H S L
Decimal 210 19 156 0 0.91 0.26 0.18 316.96 0.83 0.45
Hex D2 13 9C 0 5B 1A 12 13D 53 2D
Octal 322 23 234 0 133 32 22 475 123 55
Binary 11010010 10011 10011100 0 1011011 11010 10010 100111101 1010011 101101

Color Harmonies of #D2139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2139C

Black with #D2139C

Text Example


Text Example

White with #D2139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2139C; }

 p { color: rgb(210,19,156); }

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

background-color css

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

 a { background-color: rgb(210,19,156); }

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

border-color css

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

 span { border-color: rgb(210,19,156); }

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