Html Css Color HEX #D218AB Medium Violet Red

📋 copy color: '#D218AB'

red 210 ◦ green 24 ◦ blue 171

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

Shades of Medium Violet Red #D218AB

Tints of Medium Violet Red #D218AB

RGB

 RED value IS 210 (82.42% from 255) = 51.85%

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

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

R = 51.85%
G = 5.93%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D218AB (or 0xD218AB) is known color: Medium Violet Red. HEX triplet: D2, 18 and AB. RGB value is (210,24,171). Sum of RGB (Red+Green+Blue) = 210+24+171=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D218AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D218AB is #2DE754. Grayscale: #5F5F5F. Windows color (decimal): -3008341 or 11213010. OLE color: 11213010.

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

Color convert

RGB 210 24 171 -
CMYK 0 0.89 0.19 0.18
HSL 312.58º 0.79% 0.46% -
HSV(B) 312.58º 0.89% 0.82% -
XYZ 34.26 17.3 40.06 -
YUV 96.37 170.12 209.05 -
System Red Green Blue C M Y K H S L
Decimal 210 24 171 0 0.89 0.19 0.18 312.58 0.79 0.46
Hex D2 18 AB 0 59 13 12 139 4F 2E
Octal 322 30 253 0 131 23 22 471 117 56
Binary 11010010 11000 10101011 0 1011001 10011 10010 100111001 1001111 101110

Color Harmonies of #D218AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218AB

Black with #D218AB

Text Example


Text Example

White with #D218AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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