Html Css Color HEX #D2149E Medium Violet Red

📋 copy color: '#D2149E'

red 210 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #D2149E

Tints of Medium Violet Red #D2149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.15%

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

R = 54.12%
G = 5.15%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2149E (or 0xD2149E) is known color: Medium Violet Red. HEX triplet: D2, 14 and 9E. RGB value is (210,20,158). Sum of RGB (Red+Green+Blue) = 210+20+158=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2149E is #2DEB61. Grayscale: #5C5C5C. Windows color (decimal): -3009378 or 10360018. OLE color: 10360018.

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

Color convert

RGB 210 20 158 -
CMYK 0 0.90 0.25 0.18
HSL 316.42º 0.83% 0.45% -
HSV(B) 316.42º 0.9% 0.82% -
XYZ 33 16.67 33.83 -
YUV 92.54 164.95 211.78 -
System Red Green Blue C M Y K H S L
Decimal 210 20 158 0 0.90 0.25 0.18 316.42 0.83 0.45
Hex D2 14 9E 0 5A 19 12 13C 53 2D
Octal 322 24 236 0 132 31 22 474 123 55
Binary 11010010 10100 10011110 0 1011010 11001 10010 100111100 1010011 101101

Color Harmonies of #D2149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2149E

Black with #D2149E

Text Example


Text Example

White with #D2149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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