Html Css Color HEX #D81DA4 Medium Violet Red

📋 copy color: '#D81DA4'

red 216 ◦ green 29 ◦ blue 164

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

Shades of Medium Violet Red #D81DA4

Tints of Medium Violet Red #D81DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.1%

R = 52.81%
G = 7.09%
B = 40.1%

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

#D81DA4 (or 0xD81DA4) is known color: Medium Violet Red. HEX triplet: D8, 1D and A4. RGB value is (216,29,164). Sum of RGB (Red+Green+Blue) = 216+29+164=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81DA4 is #27E25B. Grayscale: #636363. Windows color (decimal): -2613852 or 10755544. OLE color: 10755544.

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

Color convert

RGB 216 29 164 -
CMYK 0 0.87 0.24 0.15
HSL 316.68º 0.76% 0.48% -
HSV(B) 316.68º 0.87% 0.85% -
XYZ 35.46 18.16 36.76 -
YUV 100.3 163.95 210.52 -
System Red Green Blue C M Y K H S L
Decimal 216 29 164 0 0.87 0.24 0.15 316.68 0.76 0.48
Hex D8 1D A4 0 57 18 F 13D 4C 30
Octal 330 35 244 0 127 30 17 475 114 60
Binary 11011000 11101 10100100 0 1010111 11000 1111 100111101 1001100 110000

Color Harmonies of #D81DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81DA4

Black with #D81DA4

Text Example


Text Example

White with #D81DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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