Html Css Color HEX #D2187E Medium Violet Red

📋 copy color: '#D2187E'

red 210 ◦ green 24 ◦ blue 126

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

Shades of Medium Violet Red #D2187E

Tints of Medium Violet Red #D2187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.67%

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

R = 58.33%
G = 6.67%
B = 35%

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

#D2187E (or 0xD2187E) is known color: Medium Violet Red. HEX triplet: D2, 18 and 7E. RGB value is (210,24,126). Sum of RGB (Red+Green+Blue) = 210+24+126=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2187E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2187E is #2DE781. Grayscale: #5B5B5B. Windows color (decimal): -3008386 or 8263890. OLE color: 8263890.

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

Color convert

RGB 210 24 126 -
CMYK 0 0.89 0.4 0.18
HSL 327.1º 0.79% 0.46% -
HSV(B) 327.1º 0.89% 0.82% -
XYZ 30.67 15.86 21.18 -
YUV 91.24 147.62 212.71 -
System Red Green Blue C M Y K H S L
Decimal 210 24 126 0 0.89 0.4 0.18 327.1 0.79 0.46
Hex D2 18 7E 0 59 28 12 147 4F 2E
Octal 322 30 176 0 131 50 22 507 117 56
Binary 11010010 11000 1111110 0 1011001 101000 10010 101000111 1001111 101110

Color Harmonies of #D2187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2187E

Black with #D2187E

Text Example


Text Example

White with #D2187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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