Html Css Color HEX #D2229E Medium Violet Red

📋 copy color: '#D2229E'

red 210 ◦ green 34 ◦ blue 158

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

Shades of Medium Violet Red #D2229E

Tints of Medium Violet Red #D2229E

RGB

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

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

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

R = 52.24%
G = 8.46%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2229E (or 0xD2229E) is known color: Medium Violet Red. HEX triplet: D2, 22 and 9E. RGB value is (210,34,158). Sum of RGB (Red+Green+Blue) = 210+34+158=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2229E is #2DDD61. Grayscale: #646464. Windows color (decimal): -3005794 or 10363602. OLE color: 10363602.

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

Color convert

RGB 210 34 158 -
CMYK 0 0.84 0.25 0.18
HSL 317.73º 0.72% 0.48% -
HSV(B) 317.73º 0.84% 0.82% -
XYZ 33.32 17.31 33.93 -
YUV 100.76 160.31 205.92 -
System Red Green Blue C M Y K H S L
Decimal 210 34 158 0 0.84 0.25 0.18 317.73 0.72 0.48
Hex D2 22 9E 0 54 19 12 13E 48 30
Octal 322 42 236 0 124 31 22 476 110 60
Binary 11010010 100010 10011110 0 1010100 11001 10010 100111110 1001000 110000

Color Harmonies of #D2229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2229E

Black with #D2229E

Text Example


Text Example

White with #D2229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2229E; }

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

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

background-color css

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

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

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

border-color css

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

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

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