Html Css Color HEX #D2228E Medium Violet Red

📋 copy color: '#D2228E'

red 210 ◦ green 34 ◦ blue 142

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

Shades of Medium Violet Red #D2228E

Tints of Medium Violet Red #D2228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.81%

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

R = 54.4%
G = 8.81%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2228E (or 0xD2228E) is known color: Medium Violet Red. HEX triplet: D2, 22 and 8E. RGB value is (210,34,142). Sum of RGB (Red+Green+Blue) = 210+34+142=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2228E is #2DDD71. Grayscale: #626262. Windows color (decimal): -3005810 or 9315026. OLE color: 9315026.

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

Color convert

RGB 210 34 142 -
CMYK 0 0.84 0.32 0.18
HSL 323.18º 0.72% 0.48% -
HSV(B) 323.18º 0.84% 0.82% -
XYZ 32.03 16.8 27.15 -
YUV 98.94 152.31 207.22 -
System Red Green Blue C M Y K H S L
Decimal 210 34 142 0 0.84 0.32 0.18 323.18 0.72 0.48
Hex D2 22 8E 0 54 20 12 143 48 30
Octal 322 42 216 0 124 40 22 503 110 60
Binary 11010010 100010 10001110 0 1010100 100000 10010 101000011 1001000 110000

Color Harmonies of #D2228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2228E

Black with #D2228E

Text Example


Text Example

White with #D2228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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