Html Css Color HEX #D2128E Medium Violet Red

📋 copy color: '#D2128E'

red 210 ◦ green 18 ◦ blue 142

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

Shades of Medium Violet Red #D2128E

Tints of Medium Violet Red #D2128E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 56.76%
G = 4.86%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2128E (or 0xD2128E) is known color: Medium Violet Red. HEX triplet: D2, 12 and 8E. RGB value is (210,18,142). Sum of RGB (Red+Green+Blue) = 210+18+142=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2128E is #2DED71. Grayscale: #595959. Windows color (decimal): -3009906 or 9310930. OLE color: 9310930.

HSL color Cylindrical-coordinate representation of color #D2128E: hue angle of 321.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 #D2128E is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 18 142 -
CMYK 0 0.91 0.32 0.18
HSL 321.25º 0.84% 0.45% -
HSV(B) 321.25º 0.91% 0.82% -
XYZ 31.68 16.09 27.03 -
YUV 89.54 157.61 213.92 -
System Red Green Blue C M Y K H S L
Decimal 210 18 142 0 0.91 0.32 0.18 321.25 0.84 0.45
Hex D2 12 8E 0 5B 20 12 141 54 2D
Octal 322 22 216 0 133 40 22 501 124 55
Binary 11010010 10010 10001110 0 1011011 100000 10010 101000001 1010100 101101

Color Harmonies of #D2128E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2128E

Black with #D2128E

Text Example


Text Example

White with #D2128E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2128E; }

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

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

background-color css

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

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

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

border-color css

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

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

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