Html Css Color HEX #D216A8 Medium Violet Red

📋 copy color: '#D216A8'

red 210 ◦ green 22 ◦ blue 168

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

Shades of Medium Violet Red #D216A8

Tints of Medium Violet Red #D216A8

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.5%

 BLUE value IS 168 (66.02% from 255) = 42%

R = 52.5%
G = 5.5%
B = 42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#D216A8 (or 0xD216A8) is known color: Medium Violet Red. HEX triplet: D2, 16 and A8. RGB value is (210,22,168). Sum of RGB (Red+Green+Blue) = 210+22+168=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D216A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D216A8 is #2DE957. Grayscale: #5E5E5E. Windows color (decimal): -3008856 or 11015890. OLE color: 11015890.

HSL color Cylindrical-coordinate representation of color #D216A8: hue angle of 313.4º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D216A8 is Cyan = 0, Magento = 0.90, Yellow = 0.2 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 168 -
CMYK 0 0.90 0.2 0.18
HSL 313.4º 0.81% 0.45% -
HSV(B) 313.4º 0.9% 0.82% -
XYZ 33.93 17.1 38.56 -
YUV 94.86 169.28 210.13 -
System Red Green Blue C M Y K H S L
Decimal 210 22 168 0 0.90 0.2 0.18 313.4 0.81 0.45
Hex D2 16 A8 0 5A 14 12 139 51 2D
Octal 322 26 250 0 132 24 22 471 121 55
Binary 11010010 10110 10101000 0 1011010 10100 10010 100111001 1010001 101101

Color Harmonies of #D216A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216A8

Black with #D216A8

Text Example


Text Example

White with #D216A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216A8; }

 p { color: rgb(210,22,168); }

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

background-color css

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

 a { background-color: rgb(210,22,168); }

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

border-color css

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

 span { border-color: rgb(210,22,168); }

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