Html Css Color HEX #D81CA4 Medium Violet Red

📋 copy color: '#D81CA4'

red 216 ◦ green 28 ◦ blue 164

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

Shades of Medium Violet Red #D81CA4

Tints of Medium Violet Red #D81CA4

RGB

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

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

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

R = 52.94%
G = 6.86%
B = 40.2%

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

#D81CA4 (or 0xD81CA4) is known color: Medium Violet Red. HEX triplet: D8, 1C and A4. RGB value is (216,28,164). Sum of RGB (Red+Green+Blue) = 216+28+164=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D81CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81CA4 is #27E35B. Grayscale: #636363. Windows color (decimal): -2614108 or 10755288. OLE color: 10755288.

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

Color convert

RGB 216 28 164 -
CMYK 0 0.87 0.24 0.15
HSL 316.6º 0.77% 0.48% -
HSV(B) 316.6º 0.87% 0.85% -
XYZ 35.44 18.11 36.75 -
YUV 99.72 164.28 210.94 -
System Red Green Blue C M Y K H S L
Decimal 216 28 164 0 0.87 0.24 0.15 316.6 0.77 0.48
Hex D8 1C A4 0 57 18 F 13D 4D 30
Octal 330 34 244 0 127 30 17 475 115 60
Binary 11011000 11100 10100100 0 1010111 11000 1111 100111101 1001101 110000

Color Harmonies of #D81CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81CA4

Black with #D81CA4

Text Example


Text Example

White with #D81CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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