Html Css Color HEX #D2137E Medium Violet Red

📋 copy color: '#D2137E'

red 210 ◦ green 19 ◦ blue 126

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

Shades of Medium Violet Red #D2137E

Tints of Medium Violet Red #D2137E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 59.15%
G = 5.35%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2137E (or 0xD2137E) is known color: Medium Violet Red. HEX triplet: D2, 13 and 7E. RGB value is (210,19,126). Sum of RGB (Red+Green+Blue) = 210+19+126=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2137E is #2DEC81. Grayscale: #585858. Windows color (decimal): -3009666 or 8262610. OLE color: 8262610.

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

Color convert

RGB 210 19 126 -
CMYK 0 0.91 0.4 0.18
HSL 326.39º 0.83% 0.45% -
HSV(B) 326.39º 0.91% 0.82% -
XYZ 30.58 15.67 21.15 -
YUV 88.31 149.28 214.8 -
System Red Green Blue C M Y K H S L
Decimal 210 19 126 0 0.91 0.4 0.18 326.39 0.83 0.45
Hex D2 13 7E 0 5B 28 12 146 53 2D
Octal 322 23 176 0 133 50 22 506 123 55
Binary 11010010 10011 1111110 0 1011011 101000 10010 101000110 1010011 101101

Color Harmonies of #D2137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2137E

Black with #D2137E

Text Example


Text Example

White with #D2137E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2137E; }

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

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

background-color css

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

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

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

border-color css

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

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

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