Html Css Color HEX #D81385 Medium Violet Red

📋 copy color: '#D81385'

red 216 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #D81385

Tints of Medium Violet Red #D81385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.16%

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 58.7%
G = 5.16%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D81385 (or 0xD81385) is known color: Medium Violet Red. HEX triplet: D8, 13 and 85. RGB value is (216,19,133). Sum of RGB (Red+Green+Blue) = 216+19+133=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D81385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81385 is #27EC7A. Grayscale: #5A5A5A. Windows color (decimal): -2616443 or 8721368. OLE color: 8721368.

HSL color Cylindrical-coordinate representation of color #D81385: hue angle of 325.28º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81385 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 19 133 -
CMYK 0 0.91 0.38 0.15
HSL 325.28º 0.84% 0.46% -
HSV(B) 325.28º 0.91% 0.85% -
XYZ 32.79 16.76 23.7 -
YUV 90.9 151.77 217.23 -
System Red Green Blue C M Y K H S L
Decimal 216 19 133 0 0.91 0.38 0.15 325.28 0.84 0.46
Hex D8 13 85 0 5B 26 F 145 54 2E
Octal 330 23 205 0 133 46 17 505 124 56
Binary 11011000 10011 10000101 0 1011011 100110 1111 101000101 1010100 101110

Color Harmonies of #D81385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81385

Black with #D81385

Text Example


Text Example

White with #D81385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81385; }

 p { color: rgb(216,19,133); }

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

background-color css

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

 a { background-color: rgb(216,19,133); }

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

border-color css

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

 span { border-color: rgb(216,19,133); }

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