Html Css Color HEX #D219A7 Medium Violet Red

📋 copy color: '#D219A7'

red 210 ◦ green 25 ◦ blue 167

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

Shades of Medium Violet Red #D219A7

Tints of Medium Violet Red #D219A7

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.22%

 BLUE value IS 167 (65.63% from 255) = 41.54%

R = 52.24%
G = 6.22%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D219A7 (or 0xD219A7) is known color: Medium Violet Red. HEX triplet: D2, 19 and A7. RGB value is (210,25,167). Sum of RGB (Red+Green+Blue) = 210+25+167=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D219A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D219A7 is #2DE658. Grayscale: #606060. Windows color (decimal): -3008089 or 10951122. OLE color: 10951122.

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

Color convert

RGB 210 25 167 -
CMYK 0 0.88 0.20 0.18
HSL 313.95º 0.79% 0.46% -
HSV(B) 313.95º 0.88% 0.82% -
XYZ 33.9 17.19 38.09 -
YUV 96.5 167.79 208.95 -
System Red Green Blue C M Y K H S L
Decimal 210 25 167 0 0.88 0.20 0.18 313.95 0.79 0.46
Hex D2 19 A7 0 58 14 12 13A 4F 2E
Octal 322 31 247 0 130 24 22 472 117 56
Binary 11010010 11001 10100111 0 1011000 10100 10010 100111010 1001111 101110

Color Harmonies of #D219A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D219A7

Black with #D219A7

Text Example


Text Example

White with #D219A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D219A7; }

 p { color: rgb(210,25,167); }

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

background-color css

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

 a { background-color: rgb(210,25,167); }

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

border-color css

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

 span { border-color: rgb(210,25,167); }

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