Html Css Color HEX #D216A5 Medium Violet Red

📋 copy color: '#D216A5'

red 210 ◦ green 22 ◦ blue 165

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

Shades of Medium Violet Red #D216A5

Tints of Medium Violet Red #D216A5

RGB

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

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

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

R = 52.9%
G = 5.54%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D216A5 (or 0xD216A5) is known color: Medium Violet Red. HEX triplet: D2, 16 and A5. RGB value is (210,22,165). Sum of RGB (Red+Green+Blue) = 210+22+165=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D216A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D216A5 is #2DE95A. Grayscale: #5E5E5E. Windows color (decimal): -3008859 or 10819282. OLE color: 10819282.

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

Color convert

RGB 210 22 165 -
CMYK 0 0.90 0.21 0.18
HSL 314.36º 0.81% 0.45% -
HSV(B) 314.36º 0.9% 0.82% -
XYZ 33.66 16.99 37.1 -
YUV 94.51 167.78 210.37 -
System Red Green Blue C M Y K H S L
Decimal 210 22 165 0 0.90 0.21 0.18 314.36 0.81 0.45
Hex D2 16 A5 0 5A 15 12 13A 51 2D
Octal 322 26 245 0 132 25 22 472 121 55
Binary 11010010 10110 10100101 0 1011010 10101 10010 100111010 1010001 101101

Color Harmonies of #D216A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216A5

Black with #D216A5

Text Example


Text Example

White with #D216A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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