Html Css Color HEX #D918A2 Medium Violet Red

📋 copy color: '#D918A2'

red 217 ◦ green 24 ◦ blue 162

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

Shades of Medium Violet Red #D918A2

Tints of Medium Violet Red #D918A2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.96%

 BLUE value IS 162 (63.67% from 255) = 40.2%

R = 53.85%
G = 5.96%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D918A2 (or 0xD918A2) is known color: Medium Violet Red. HEX triplet: D9, 18 and A2. RGB value is (217,24,162). Sum of RGB (Red+Green+Blue) = 217+24+162=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D918A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D918A2 is #26E75D. Grayscale: #616161. Windows color (decimal): -2549598 or 10623193. OLE color: 10623193.

HSL color Cylindrical-coordinate representation of color #D918A2: hue angle of 317.1º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D918A2 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 24 162 -
CMYK 0 0.89 0.25 0.15
HSL 317.1º 0.8% 0.47% -
HSV(B) 317.1º 0.89% 0.85% -
XYZ 35.46 18.01 35.79 -
YUV 97.44 164.44 213.28 -
System Red Green Blue C M Y K H S L
Decimal 217 24 162 0 0.89 0.25 0.15 317.1 0.8 0.47
Hex D9 18 A2 0 59 19 F 13D 50 2F
Octal 331 30 242 0 131 31 17 475 120 57
Binary 11011001 11000 10100010 0 1011001 11001 1111 100111101 1010000 101111

Color Harmonies of #D918A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918A2

Black with #D918A2

Text Example


Text Example

White with #D918A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918A2; }

 p { color: rgb(217,24,162); }

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

background-color css

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

 a { background-color: rgb(217,24,162); }

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

border-color css

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

 span { border-color: rgb(217,24,162); }

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