Html Css Color HEX #D1038A Medium Violet Red

📋 copy color: '#D1038A'

red 209 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #D1038A

Tints of Medium Violet Red #D1038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 59.71%
G = 0.86%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1038A (or 0xD1038A) is known color: Medium Violet Red. HEX triplet: D1, 03 and 8A. RGB value is (209,3,138). Sum of RGB (Red+Green+Blue) = 209+3+138=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1038A is #2EFC75. Grayscale: #4F4F4F. Windows color (decimal): -3079286 or 9044945. OLE color: 9044945.

HSL color Cylindrical-coordinate representation of color #D1038A: hue angle of 320.68º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1038A is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 3 138 -
CMYK 0 0.99 0.34 0.18
HSL 320.68º 0.97% 0.42% -
HSV(B) 320.68º 0.99% 0.82% -
XYZ 30.91 15.46 25.4 -
YUV 79.98 160.75 220.02 -
System Red Green Blue C M Y K H S L
Decimal 209 3 138 0 0.99 0.34 0.18 320.68 0.97 0.42
Hex D1 3 8A 0 63 22 12 141 61 2A
Octal 321 3 212 0 143 42 22 501 141 52
Binary 11010001 11 10001010 0 1100011 100010 10010 101000001 1100001 101010

Color Harmonies of #D1038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1038A

Black with #D1038A

Text Example


Text Example

White with #D1038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1038A; }

 p { color: rgb(209,3,138); }

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

background-color css

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

 a { background-color: rgb(209,3,138); }

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

border-color css

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

 span { border-color: rgb(209,3,138); }

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