Html Css Color HEX #D81CA5 Medium Violet Red

📋 copy color: '#D81CA5'

red 216 ◦ green 28 ◦ blue 165

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

Shades of Medium Violet Red #D81CA5

Tints of Medium Violet Red #D81CA5

RGB

 RED value IS 216 (84.77% from 255) = 52.81%

 GREEN value IS 28 (11.33% from 255) = 6.85%

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

R = 52.81%
G = 6.85%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D81CA5 (or 0xD81CA5) is known color: Medium Violet Red. HEX triplet: D8, 1C and A5. RGB value is (216,28,165). Sum of RGB (Red+Green+Blue) = 216+28+165=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D81CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81CA5 is #27E35A. Grayscale: #636363. Windows color (decimal): -2614107 or 10820824. OLE color: 10820824.

HSL color Cylindrical-coordinate representation of color #D81CA5: hue angle of 316.28º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81CA5 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 28 165 -
CMYK 0 0.87 0.24 0.15
HSL 316.28º 0.77% 0.48% -
HSV(B) 316.28º 0.87% 0.85% -
XYZ 35.53 18.15 37.23 -
YUV 99.83 164.78 210.86 -
System Red Green Blue C M Y K H S L
Decimal 216 28 165 0 0.87 0.24 0.15 316.28 0.77 0.48
Hex D8 1C A5 0 57 18 F 13C 4D 30
Octal 330 34 245 0 127 30 17 474 115 60
Binary 11011000 11100 10100101 0 1010111 11000 1111 100111100 1001101 110000

Color Harmonies of #D81CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81CA5

Black with #D81CA5

Text Example


Text Example

White with #D81CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81CA5; }

 p { color: rgb(216,28,165); }

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

background-color css

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

 a { background-color: rgb(216,28,165); }

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

border-color css

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

 span { border-color: rgb(216,28,165); }

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