Html Css Color HEX #D81DA5 Medium Violet Red

📋 copy color: '#D81DA5'

red 216 ◦ green 29 ◦ blue 165

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

Shades of Medium Violet Red #D81DA5

Tints of Medium Violet Red #D81DA5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.07%

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

R = 52.68%
G = 7.07%
B = 40.24%

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

#D81DA5 (or 0xD81DA5) is known color: Medium Violet Red. HEX triplet: D8, 1D and A5. RGB value is (216,29,165). Sum of RGB (Red+Green+Blue) = 216+29+165=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81DA5 is #27E25A. Grayscale: #646464. Windows color (decimal): -2613851 or 10821080. OLE color: 10821080.

HSL color Cylindrical-coordinate representation of color #D81DA5: hue angle of 316.36º degrees, saturation: 0.76, 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 #D81DA5 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 29 165 -
CMYK 0 0.87 0.24 0.15
HSL 316.36º 0.76% 0.48% -
HSV(B) 316.36º 0.87% 0.85% -
XYZ 35.55 18.19 37.24 -
YUV 100.42 164.45 210.44 -
System Red Green Blue C M Y K H S L
Decimal 216 29 165 0 0.87 0.24 0.15 316.36 0.76 0.48
Hex D8 1D A5 0 57 18 F 13C 4C 30
Octal 330 35 245 0 127 30 17 474 114 60
Binary 11011000 11101 10100101 0 1010111 11000 1111 100111100 1001100 110000

Color Harmonies of #D81DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81DA5

Black with #D81DA5

Text Example


Text Example

White with #D81DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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