Html Css Color HEX #D018AC Medium Violet Red

📋 copy color: '#D018AC'

red 208 ◦ green 24 ◦ blue 172

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

Shades of Medium Violet Red #D018AC

Tints of Medium Violet Red #D018AC

RGB

 RED value IS 208 (81.64% from 255) = 51.49%

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 51.49%
G = 5.94%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D018AC (or 0xD018AC) is known color: Medium Violet Red. HEX triplet: D0, 18 and AC. RGB value is (208,24,172). Sum of RGB (Red+Green+Blue) = 208+24+172=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D018AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D018AC is #2FE753. Grayscale: #5F5F5F. Windows color (decimal): -3139412 or 11278544. OLE color: 11278544.

HSL color Cylindrical-coordinate representation of color #D018AC: hue angle of 311.74º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D018AC is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 24 172 -
CMYK 0 0.88 0.17 0.18
HSL 311.74º 0.79% 0.45% -
HSV(B) 311.74º 0.88% 0.82% -
XYZ 33.79 17.04 40.54 -
YUV 95.89 170.96 207.97 -
System Red Green Blue C M Y K H S L
Decimal 208 24 172 0 0.88 0.17 0.18 311.74 0.79 0.45
Hex D0 18 AC 0 58 11 12 138 4F 2D
Octal 320 30 254 0 130 21 22 470 117 55
Binary 11010000 11000 10101100 0 1011000 10001 10010 100111000 1001111 101101

Color Harmonies of #D018AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D018AC

Black with #D018AC

Text Example


Text Example

White with #D018AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D018AC; }

 p { color: rgb(208,24,172); }

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

background-color css

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

 a { background-color: rgb(208,24,172); }

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

border-color css

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

 span { border-color: rgb(208,24,172); }

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