Html Css Color HEX #D1228B Medium Violet Red

📋 copy color: '#D1228B'

red 209 ◦ green 34 ◦ blue 139

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

Shades of Medium Violet Red #D1228B

Tints of Medium Violet Red #D1228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 54.71%
G = 8.9%
B = 36.39%

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

#D1228B (or 0xD1228B) is known color: Medium Violet Red. HEX triplet: D1, 22 and 8B. RGB value is (209,34,139). Sum of RGB (Red+Green+Blue) = 209+34+139=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1228B is #2EDD74. Grayscale: #626262. Windows color (decimal): -3071349 or 9118417. OLE color: 9118417.

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

Color convert

RGB 209 34 139 -
CMYK 0 0.84 0.33 0.18
HSL 324º 0.72% 0.48% -
HSV(B) 324º 0.84% 0.82% -
XYZ 31.53 16.56 25.96 -
YUV 98.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 209 34 139 0 0.84 0.33 0.18 324 0.72 0.48
Hex D1 22 8B 0 54 21 12 144 48 30
Octal 321 42 213 0 124 41 22 504 110 60
Binary 11010001 100010 10001011 0 1010100 100001 10010 101000100 1001000 110000

Color Harmonies of #D1228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1228B

Black with #D1228B

Text Example


Text Example

White with #D1228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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