Html Css Color HEX #D018AA Medium Violet Red

📋 copy color: '#D018AA'

red 208 ◦ green 24 ◦ blue 170

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

Shades of Medium Violet Red #D018AA

Tints of Medium Violet Red #D018AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 51.74%
G = 5.97%
B = 42.29%

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

#D018AA (or 0xD018AA) is known color: Medium Violet Red. HEX triplet: D0, 18 and AA. RGB value is (208,24,170). Sum of RGB (Red+Green+Blue) = 208+24+170=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D018AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D018AA is #2FE755. Grayscale: #5F5F5F. Windows color (decimal): -3139414 or 11147472. OLE color: 11147472.

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

Color convert

RGB 208 24 170 -
CMYK 0 0.88 0.18 0.18
HSL 312.39º 0.79% 0.45% -
HSV(B) 312.39º 0.88% 0.82% -
XYZ 33.59 16.97 39.53 -
YUV 95.66 169.96 208.13 -
System Red Green Blue C M Y K H S L
Decimal 208 24 170 0 0.88 0.18 0.18 312.39 0.79 0.45
Hex D0 18 AA 0 58 12 12 138 4F 2D
Octal 320 30 252 0 130 22 22 470 117 55
Binary 11010000 11000 10101010 0 1011000 10010 10010 100111000 1001111 101101

Color Harmonies of #D018AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D018AA

Black with #D018AA

Text Example


Text Example

White with #D018AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D018AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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