Html Css Color HEX #D2189A Medium Violet Red

📋 copy color: '#D2189A'

red 210 ◦ green 24 ◦ blue 154

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

Shades of Medium Violet Red #D2189A

Tints of Medium Violet Red #D2189A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.69%

R = 54.12%
G = 6.19%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2189A (or 0xD2189A) is known color: Medium Violet Red. HEX triplet: D2, 18 and 9A. RGB value is (210,24,154). Sum of RGB (Red+Green+Blue) = 210+24+154=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2189A is #2DE765. Grayscale: #5E5E5E. Windows color (decimal): -3008358 or 10098898. OLE color: 10098898.

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

Color convert

RGB 210 24 154 -
CMYK 0 0.89 0.27 0.18
HSL 318.06º 0.79% 0.46% -
HSV(B) 318.06º 0.89% 0.82% -
XYZ 32.74 16.69 32.07 -
YUV 94.43 161.62 210.43 -
System Red Green Blue C M Y K H S L
Decimal 210 24 154 0 0.89 0.27 0.18 318.06 0.79 0.46
Hex D2 18 9A 0 59 1B 12 13E 4F 2E
Octal 322 30 232 0 131 33 22 476 117 56
Binary 11010010 11000 10011010 0 1011001 11011 10010 100111110 1001111 101110

Color Harmonies of #D2189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2189A

Black with #D2189A

Text Example


Text Example

White with #D2189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2189A; }

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

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

background-color css

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

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

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

border-color css

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

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

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