Html Css Color HEX #D81BA5 Medium Violet Red

📋 copy color: '#D81BA5'

red 216 ◦ green 27 ◦ blue 165

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

Shades of Medium Violet Red #D81BA5

Tints of Medium Violet Red #D81BA5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.62%

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

R = 52.94%
G = 6.62%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D81BA5 (or 0xD81BA5) is known color: Medium Violet Red. HEX triplet: D8, 1B and A5. RGB value is (216,27,165). Sum of RGB (Red+Green+Blue) = 216+27+165=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D81BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81BA5 is #27E45A. Grayscale: #626262. Windows color (decimal): -2614363 or 10820568. OLE color: 10820568.

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

Color convert

RGB 216 27 165 -
CMYK 0 0.88 0.24 0.15
HSL 316.19º 0.78% 0.48% -
HSV(B) 316.19º 0.88% 0.85% -
XYZ 35.5 18.1 37.22 -
YUV 99.24 165.12 211.28 -
System Red Green Blue C M Y K H S L
Decimal 216 27 165 0 0.88 0.24 0.15 316.19 0.78 0.48
Hex D8 1B A5 0 58 18 F 13C 4E 30
Octal 330 33 245 0 130 30 17 474 116 60
Binary 11011000 11011 10100101 0 1011000 11000 1111 100111100 1001110 110000

Color Harmonies of #D81BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81BA5

Black with #D81BA5

Text Example


Text Example

White with #D81BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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