Html Css Color HEX #D1228C Medium Violet Red

📋 copy color: '#D1228C'

red 209 ◦ green 34 ◦ blue 140

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

Shades of Medium Violet Red #D1228C

Tints of Medium Violet Red #D1228C

RGB

 RED value IS 209 (82.03% from 255) = 54.57%

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 54.57%
G = 8.88%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1228C (or 0xD1228C) is known color: Medium Violet Red. HEX triplet: D1, 22 and 8C. RGB value is (209,34,140). Sum of RGB (Red+Green+Blue) = 209+34+140=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1228C is #2EDD73. Grayscale: #626262. Windows color (decimal): -3071348 or 9183953. OLE color: 9183953.

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

Color convert

RGB 209 34 140 -
CMYK 0 0.84 0.33 0.18
HSL 323.66º 0.72% 0.48% -
HSV(B) 323.66º 0.84% 0.82% -
XYZ 31.6 16.59 26.35 -
YUV 98.41 151.48 206.88 -
System Red Green Blue C M Y K H S L
Decimal 209 34 140 0 0.84 0.33 0.18 323.66 0.72 0.48
Hex D1 22 8C 0 54 21 12 144 48 30
Octal 321 42 214 0 124 41 22 504 110 60
Binary 11010001 100010 10001100 0 1010100 100001 10010 101000100 1001000 110000

Color Harmonies of #D1228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1228C

Black with #D1228C

Text Example


Text Example

White with #D1228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1228C; }

 p { color: rgb(209,34,140); }

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

background-color css

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

 a { background-color: rgb(209,34,140); }

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

border-color css

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

 span { border-color: rgb(209,34,140); }

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