Html Css Color HEX #D9018A Medium Violet Red

📋 copy color: '#D9018A'

red 217 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #D9018A

Tints of Medium Violet Red #D9018A

RGB

 RED value IS 217 (85.16% from 255) = 60.96%

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 60.96%
G = 0.28%
B = 38.76%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9018A (or 0xD9018A) is known color: Medium Violet Red. HEX triplet: D9, 01 and 8A. RGB value is (217,1,138). Sum of RGB (Red+Green+Blue) = 217+1+138=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D9018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9018A is #26FE75. Grayscale: #505050. Windows color (decimal): -2555510 or 9044441. OLE color: 9044441.

HSL color Cylindrical-coordinate representation of color #D9018A: hue angle of 321.94º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9018A is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 138 -
CMYK 0 1.00 0.36 0.15
HSL 321.94º 0.99% 0.43% -
HSV(B) 321.94º 1% 0.85% -
XYZ 33.21 16.61 25.5 -
YUV 81.2 160.06 224.86 -
System Red Green Blue C M Y K H S L
Decimal 217 1 138 0 1.00 0.36 0.15 321.94 0.99 0.43
Hex D9 1 8A 0 64 24 F 142 63 2B
Octal 331 1 212 0 144 44 17 502 143 53
Binary 11011001 1 10001010 0 1100100 100100 1111 101000010 1100011 101011

Color Harmonies of #D9018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9018A

Black with #D9018A

Text Example


Text Example

White with #D9018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9018A; }

 p { color: rgb(217,1,138); }

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

background-color css

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

 a { background-color: rgb(217,1,138); }

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

border-color css

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

 span { border-color: rgb(217,1,138); }

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