Html Css Color HEX #D2189B Medium Violet Red

📋 copy color: '#D2189B'

red 210 ◦ green 24 ◦ blue 155

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

Shades of Medium Violet Red #D2189B

Tints of Medium Violet Red #D2189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 53.98%
G = 6.17%
B = 39.85%

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

#D2189B (or 0xD2189B) is known color: Medium Violet Red. HEX triplet: D2, 18 and 9B. RGB value is (210,24,155). Sum of RGB (Red+Green+Blue) = 210+24+155=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2189B is #2DE764. Grayscale: #5E5E5E. Windows color (decimal): -3008357 or 10164434. OLE color: 10164434.

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

Color convert

RGB 210 24 155 -
CMYK 0 0.89 0.26 0.18
HSL 317.74º 0.79% 0.46% -
HSV(B) 317.74º 0.89% 0.82% -
XYZ 32.82 16.72 32.51 -
YUV 94.55 162.12 210.35 -
System Red Green Blue C M Y K H S L
Decimal 210 24 155 0 0.89 0.26 0.18 317.74 0.79 0.46
Hex D2 18 9B 0 59 1A 12 13E 4F 2E
Octal 322 30 233 0 131 32 22 476 117 56
Binary 11010010 11000 10011011 0 1011001 11010 10010 100111110 1001111 101110

Color Harmonies of #D2189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2189B

Black with #D2189B

Text Example


Text Example

White with #D2189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2189B; }

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

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

background-color css

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

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

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

border-color css

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

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

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