Html Css Color HEX #D1227A Medium Violet Red

📋 copy color: '#D1227A'

red 209 ◦ green 34 ◦ blue 122

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

Shades of Medium Violet Red #D1227A

Tints of Medium Violet Red #D1227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 57.26%
G = 9.32%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1227A (or 0xD1227A) is known color: Medium Violet Red. HEX triplet: D1, 22 and 7A. RGB value is (209,34,122). Sum of RGB (Red+Green+Blue) = 209+34+122=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1227A is #2EDD85. Grayscale: #606060. Windows color (decimal): -3071366 or 8004305. OLE color: 8004305.

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

Color convert

RGB 209 34 122 -
CMYK 0 0.84 0.42 0.18
HSL 329.83º 0.72% 0.48% -
HSV(B) 329.83º 0.84% 0.82% -
XYZ 30.38 16.1 19.92 -
YUV 96.36 142.48 208.34 -
System Red Green Blue C M Y K H S L
Decimal 209 34 122 0 0.84 0.42 0.18 329.83 0.72 0.48
Hex D1 22 7A 0 54 2A 12 14A 48 30
Octal 321 42 172 0 124 52 22 512 110 60
Binary 11010001 100010 1111010 0 1010100 101010 10010 101001010 1001000 110000

Color Harmonies of #D1227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1227A

Black with #D1227A

Text Example


Text Example

White with #D1227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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