Html Css Color HEX #D018AB Medium Violet Red

📋 copy color: '#D018AB'

red 208 ◦ green 24 ◦ blue 171

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

Shades of Medium Violet Red #D018AB

Tints of Medium Violet Red #D018AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 51.61%
G = 5.96%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D018AB (or 0xD018AB) is known color: Medium Violet Red. HEX triplet: D0, 18 and AB. RGB value is (208,24,171). Sum of RGB (Red+Green+Blue) = 208+24+171=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D018AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D018AB is #2FE754. Grayscale: #5F5F5F. Windows color (decimal): -3139413 or 11213008. OLE color: 11213008.

HSL color Cylindrical-coordinate representation of color #D018AB: hue angle of 312.07º 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 #D018AB is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 24 171 -
CMYK 0 0.88 0.18 0.18
HSL 312.07º 0.79% 0.45% -
HSV(B) 312.07º 0.88% 0.82% -
XYZ 33.69 17 40.03 -
YUV 95.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 208 24 171 0 0.88 0.18 0.18 312.07 0.79 0.45
Hex D0 18 AB 0 58 12 12 138 4F 2D
Octal 320 30 253 0 130 22 22 470 117 55
Binary 11010000 11000 10101011 0 1011000 10010 10010 100111000 1001111 101101

Color Harmonies of #D018AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D018AB

Black with #D018AB

Text Example


Text Example

White with #D018AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D018AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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