Html Css Color HEX #D2177D Medium Violet Red

📋 copy color: '#D2177D'

red 210 ◦ green 23 ◦ blue 125

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

Shades of Medium Violet Red #D2177D

Tints of Medium Violet Red #D2177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 58.66%
G = 6.42%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2177D (or 0xD2177D) is known color: Medium Violet Red. HEX triplet: D2, 17 and 7D. RGB value is (210,23,125). Sum of RGB (Red+Green+Blue) = 210+23+125=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2177D is #2DE882. Grayscale: #5A5A5A. Windows color (decimal): -3008643 or 8198098. OLE color: 8198098.

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

Color convert

RGB 210 23 125 -
CMYK 0 0.89 0.40 0.18
HSL 327.27º 0.8% 0.46% -
HSV(B) 327.27º 0.89% 0.82% -
XYZ 30.59 15.8 20.84 -
YUV 90.54 147.45 213.21 -
System Red Green Blue C M Y K H S L
Decimal 210 23 125 0 0.89 0.40 0.18 327.27 0.8 0.46
Hex D2 17 7D 0 59 28 12 147 50 2E
Octal 322 27 175 0 131 50 22 507 120 56
Binary 11010010 10111 1111101 0 1011001 101000 10010 101000111 1010000 101110

Color Harmonies of #D2177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2177D

Black with #D2177D

Text Example


Text Example

White with #D2177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2177D; }

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

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

background-color css

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

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

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

border-color css

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

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

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