Html Css Color HEX #D2177E Medium Violet Red

📋 copy color: '#D2177E'

red 210 ◦ green 23 ◦ blue 126

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

Shades of Medium Violet Red #D2177E

Tints of Medium Violet Red #D2177E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.41%

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

R = 58.5%
G = 6.41%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2177E (or 0xD2177E) is known color: Medium Violet Red. HEX triplet: D2, 17 and 7E. RGB value is (210,23,126). Sum of RGB (Red+Green+Blue) = 210+23+126=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2177E is #2DE881. Grayscale: #5A5A5A. Windows color (decimal): -3008642 or 8263634. OLE color: 8263634.

HSL color Cylindrical-coordinate representation of color #D2177E: hue angle of 326.95º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2177E is Cyan = 0, Magento = 0.89, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 23 126 -
CMYK 0 0.89 0.4 0.18
HSL 326.95º 0.8% 0.46% -
HSV(B) 326.95º 0.89% 0.82% -
XYZ 30.65 15.82 21.18 -
YUV 90.66 147.95 213.12 -
System Red Green Blue C M Y K H S L
Decimal 210 23 126 0 0.89 0.4 0.18 326.95 0.8 0.46
Hex D2 17 7E 0 59 28 12 147 50 2E
Octal 322 27 176 0 131 50 22 507 120 56
Binary 11010010 10111 1111110 0 1011001 101000 10010 101000111 1010000 101110

Color Harmonies of #D2177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2177E

Black with #D2177E

Text Example


Text Example

White with #D2177E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2177E; }

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

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

background-color css

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

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

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

border-color css

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

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

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