Html Css Color HEX #D2137F Medium Violet Red

📋 copy color: '#D2137F'

red 210 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #D2137F

Tints of Medium Violet Red #D2137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 58.99%
G = 5.34%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2137F (or 0xD2137F) is known color: Medium Violet Red. HEX triplet: D2, 13 and 7F. RGB value is (210,19,127). Sum of RGB (Red+Green+Blue) = 210+19+127=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2137F is #2DEC80. Grayscale: #585858. Windows color (decimal): -3009665 or 8328146. OLE color: 8328146.

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

Color convert

RGB 210 19 127 -
CMYK 0 0.91 0.40 0.18
HSL 326.07º 0.83% 0.45% -
HSV(B) 326.07º 0.91% 0.82% -
XYZ 30.64 15.7 21.49 -
YUV 88.42 149.78 214.72 -
System Red Green Blue C M Y K H S L
Decimal 210 19 127 0 0.91 0.40 0.18 326.07 0.83 0.45
Hex D2 13 7F 0 5B 28 12 146 53 2D
Octal 322 23 177 0 133 50 22 506 123 55
Binary 11010010 10011 1111111 0 1011011 101000 10010 101000110 1010011 101101

Color Harmonies of #D2137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2137F

Black with #D2137F

Text Example


Text Example

White with #D2137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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