Html Css Color HEX #D2137C Medium Violet Red

📋 copy color: '#D2137C'

red 210 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #D2137C

Tints of Medium Violet Red #D2137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 59.49%
G = 5.38%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2137C (or 0xD2137C) is known color: Medium Violet Red. HEX triplet: D2, 13 and 7C. RGB value is (210,19,124). Sum of RGB (Red+Green+Blue) = 210+19+124=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2137C is #2DEC83. Grayscale: #575757. Windows color (decimal): -3009668 or 8131538. OLE color: 8131538.

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

Color convert

RGB 210 19 124 -
CMYK 0 0.91 0.41 0.18
HSL 327.02º 0.83% 0.45% -
HSV(B) 327.02º 0.91% 0.82% -
XYZ 30.45 15.62 20.48 -
YUV 88.08 148.28 214.96 -
System Red Green Blue C M Y K H S L
Decimal 210 19 124 0 0.91 0.41 0.18 327.02 0.83 0.45
Hex D2 13 7C 0 5B 29 12 147 53 2D
Octal 322 23 174 0 133 51 22 507 123 55
Binary 11010010 10011 1111100 0 1011011 101001 10010 101000111 1010011 101101

Color Harmonies of #D2137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2137C

Black with #D2137C

Text Example


Text Example

White with #D2137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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