Html Css Color HEX #D2129E Medium Violet Red

📋 copy color: '#D2129E'

red 210 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #D2129E

Tints of Medium Violet Red #D2129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.66%

 BLUE value IS 158 (62.11% from 255) = 40.93%

R = 54.4%
G = 4.66%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2129E (or 0xD2129E) is known color: Medium Violet Red. HEX triplet: D2, 12 and 9E. RGB value is (210,18,158). Sum of RGB (Red+Green+Blue) = 210+18+158=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2129E is #2DED61. Grayscale: #5B5B5B. Windows color (decimal): -3009890 or 10359506. OLE color: 10359506.

HSL color Cylindrical-coordinate representation of color #D2129E: hue angle of 316.25º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2129E is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 18 158 -
CMYK 0 0.91 0.25 0.18
HSL 316.25º 0.84% 0.45% -
HSV(B) 316.25º 0.91% 0.82% -
XYZ 32.97 16.6 33.81 -
YUV 91.37 165.61 212.62 -
System Red Green Blue C M Y K H S L
Decimal 210 18 158 0 0.91 0.25 0.18 316.25 0.84 0.45
Hex D2 12 9E 0 5B 19 12 13C 54 2D
Octal 322 22 236 0 133 31 22 474 124 55
Binary 11010010 10010 10011110 0 1011011 11001 10010 100111100 1010100 101101

Color Harmonies of #D2129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2129E

Black with #D2129E

Text Example


Text Example

White with #D2129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2129E; }

 p { color: rgb(210,18,158); }

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

background-color css

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

 a { background-color: rgb(210,18,158); }

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

border-color css

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

 span { border-color: rgb(210,18,158); }

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