Html Css Color HEX #D81488 Medium Violet Red

📋 copy color: '#D81488'

red 216 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #D81488

Tints of Medium Violet Red #D81488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.38%

 BLUE value IS 136 (53.52% from 255) = 36.56%

R = 58.06%
G = 5.38%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D81488 (or 0xD81488) is known color: Medium Violet Red. HEX triplet: D8, 14 and 88. RGB value is (216,20,136). Sum of RGB (Red+Green+Blue) = 216+20+136=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D81488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81488 is #27EB77. Grayscale: #5B5B5B. Windows color (decimal): -2616184 or 8918232. OLE color: 8918232.

HSL color Cylindrical-coordinate representation of color #D81488: hue angle of 324.49º degrees, saturation: 0.83, 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 #D81488 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 20 136 -
CMYK 0 0.91 0.37 0.15
HSL 324.49º 0.83% 0.46% -
HSV(B) 324.49º 0.91% 0.85% -
XYZ 33.01 16.88 24.81 -
YUV 91.83 152.93 216.57 -
System Red Green Blue C M Y K H S L
Decimal 216 20 136 0 0.91 0.37 0.15 324.49 0.83 0.46
Hex D8 14 88 0 5B 25 F 144 53 2E
Octal 330 24 210 0 133 45 17 504 123 56
Binary 11011000 10100 10001000 0 1011011 100101 1111 101000100 1010011 101110

Color Harmonies of #D81488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81488

Black with #D81488

Text Example


Text Example

White with #D81488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81488; }

 p { color: rgb(216,20,136); }

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

background-color css

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

 a { background-color: rgb(216,20,136); }

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

border-color css

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

 span { border-color: rgb(216,20,136); }

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