Html Css Color HEX #D2189C Medium Violet Red

📋 copy color: '#D2189C'

red 210 ◦ green 24 ◦ blue 156

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

Shades of Medium Violet Red #D2189C

Tints of Medium Violet Red #D2189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 53.85%
G = 6.15%
B = 40%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2189C (or 0xD2189C) is known color: Medium Violet Red. HEX triplet: D2, 18 and 9C. RGB value is (210,24,156). Sum of RGB (Red+Green+Blue) = 210+24+156=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D2189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2189C is #2DE763. Grayscale: #5E5E5E. Windows color (decimal): -3008356 or 10229970. OLE color: 10229970.

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

Color convert

RGB 210 24 156 -
CMYK 0 0.89 0.26 0.18
HSL 317.42º 0.79% 0.46% -
HSV(B) 317.42º 0.89% 0.82% -
XYZ 32.91 16.76 32.95 -
YUV 94.66 162.62 210.27 -
System Red Green Blue C M Y K H S L
Decimal 210 24 156 0 0.89 0.26 0.18 317.42 0.79 0.46
Hex D2 18 9C 0 59 1A 12 13D 4F 2E
Octal 322 30 234 0 131 32 22 475 117 56
Binary 11010010 11000 10011100 0 1011001 11010 10010 100111101 1001111 101110

Color Harmonies of #D2189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2189C

Black with #D2189C

Text Example


Text Example

White with #D2189C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2189C; }

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

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

background-color css

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

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

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

border-color css

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

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

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