Html Css Color HEX #D1229A Medium Violet Red

📋 copy color: '#D1229A'

red 209 ◦ green 34 ◦ blue 154

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

Shades of Medium Violet Red #D1229A

Tints of Medium Violet Red #D1229A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 52.64%
G = 8.56%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1229A (or 0xD1229A) is known color: Medium Violet Red. HEX triplet: D1, 22 and 9A. RGB value is (209,34,154). Sum of RGB (Red+Green+Blue) = 209+34+154=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1229A is #2EDD65. Grayscale: #636363. Windows color (decimal): -3071334 or 10101457. OLE color: 10101457.

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

Color convert

RGB 209 34 154 -
CMYK 0 0.84 0.26 0.18
HSL 318.86º 0.72% 0.48% -
HSV(B) 318.86º 0.84% 0.82% -
XYZ 32.7 17.03 32.14 -
YUV 100.01 158.48 205.74 -
System Red Green Blue C M Y K H S L
Decimal 209 34 154 0 0.84 0.26 0.18 318.86 0.72 0.48
Hex D1 22 9A 0 54 1A 12 13F 48 30
Octal 321 42 232 0 124 32 22 477 110 60
Binary 11010001 100010 10011010 0 1010100 11010 10010 100111111 1001000 110000

Color Harmonies of #D1229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1229A

Black with #D1229A

Text Example


Text Example

White with #D1229A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1229A; }

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

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

background-color css

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

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

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

border-color css

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

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

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