Html Css Color HEX #D2148E Medium Violet Red

📋 copy color: '#D2148E'

red 210 ◦ green 20 ◦ blue 142

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

Shades of Medium Violet Red #D2148E

Tints of Medium Violet Red #D2148E

RGB

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

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

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

R = 56.45%
G = 5.38%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2148E (or 0xD2148E) is known color: Medium Violet Red. HEX triplet: D2, 14 and 8E. RGB value is (210,20,142). Sum of RGB (Red+Green+Blue) = 210+20+142=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2148E is #2DEB71. Grayscale: #5A5A5A. Windows color (decimal): -3009394 or 9311442. OLE color: 9311442.

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

Color convert

RGB 210 20 142 -
CMYK 0 0.90 0.32 0.18
HSL 321.47º 0.83% 0.45% -
HSV(B) 321.47º 0.9% 0.82% -
XYZ 31.71 16.15 27.04 -
YUV 90.72 156.95 213.08 -
System Red Green Blue C M Y K H S L
Decimal 210 20 142 0 0.90 0.32 0.18 321.47 0.83 0.45
Hex D2 14 8E 0 5A 20 12 141 53 2D
Octal 322 24 216 0 132 40 22 501 123 55
Binary 11010010 10100 10001110 0 1011010 100000 10010 101000001 1010011 101101

Color Harmonies of #D2148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2148E

Black with #D2148E

Text Example


Text Example

White with #D2148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2148E; }

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

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

background-color css

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

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

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

border-color css

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

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

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