Html Css Color HEX #D1238D Medium Violet Red

📋 copy color: '#D1238D'

red 209 ◦ green 35 ◦ blue 141

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

Shades of Medium Violet Red #D1238D

Tints of Medium Violet Red #D1238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.09%

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 54.29%
G = 9.09%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1238D (or 0xD1238D) is known color: Medium Violet Red. HEX triplet: D1, 23 and 8D. RGB value is (209,35,141). Sum of RGB (Red+Green+Blue) = 209+35+141=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1238D is #2EDC72. Grayscale: #626262. Windows color (decimal): -3071091 or 9249745. OLE color: 9249745.

HSL color Cylindrical-coordinate representation of color #D1238D: hue angle of 323.45º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1238D is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 35 141 -
CMYK 0 0.83 0.33 0.18
HSL 323.45º 0.71% 0.48% -
HSV(B) 323.45º 0.83% 0.82% -
XYZ 31.7 16.68 26.75 -
YUV 99.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 209 35 141 0 0.83 0.33 0.18 323.45 0.71 0.48
Hex D1 23 8D 0 53 21 12 143 47 30
Octal 321 43 215 0 123 41 22 503 107 60
Binary 11010001 100011 10001101 0 1010011 100001 10010 101000011 1000111 110000

Color Harmonies of #D1238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1238D

Black with #D1238D

Text Example


Text Example

White with #D1238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1238D; }

 p { color: rgb(209,35,141); }

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

background-color css

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

 a { background-color: rgb(209,35,141); }

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

border-color css

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

 span { border-color: rgb(209,35,141); }

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