Html Css Color HEX #D218A5 Medium Violet Red

📋 copy color: '#D218A5'

red 210 ◦ green 24 ◦ blue 165

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

Shades of Medium Violet Red #D218A5

Tints of Medium Violet Red #D218A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.35%

R = 52.63%
G = 6.02%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D218A5 (or 0xD218A5) is known color: Medium Violet Red. HEX triplet: D2, 18 and A5. RGB value is (210,24,165). Sum of RGB (Red+Green+Blue) = 210+24+165=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D218A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D218A5 is #2DE75A. Grayscale: #5F5F5F. Windows color (decimal): -3008347 or 10819794. OLE color: 10819794.

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

Color convert

RGB 210 24 165 -
CMYK 0 0.89 0.21 0.18
HSL 314.52º 0.79% 0.46% -
HSV(B) 314.52º 0.89% 0.82% -
XYZ 33.7 17.07 37.12 -
YUV 95.69 167.12 209.54 -
System Red Green Blue C M Y K H S L
Decimal 210 24 165 0 0.89 0.21 0.18 314.52 0.79 0.46
Hex D2 18 A5 0 59 15 12 13B 4F 2E
Octal 322 30 245 0 131 25 22 473 117 56
Binary 11010010 11000 10100101 0 1011001 10101 10010 100111011 1001111 101110

Color Harmonies of #D218A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218A5

Black with #D218A5

Text Example


Text Example

White with #D218A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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