Html Css Color HEX #D81288 Medium Violet Red

📋 copy color: '#D81288'

red 216 ◦ green 18 ◦ blue 136

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

Shades of Medium Violet Red #D81288

Tints of Medium Violet Red #D81288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.86%

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

R = 58.38%
G = 4.86%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D81288 (or 0xD81288) is known color: Medium Violet Red. HEX triplet: D8, 12 and 88. RGB value is (216,18,136). Sum of RGB (Red+Green+Blue) = 216+18+136=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D81288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81288 is #27ED77. Grayscale: #5A5A5A. Windows color (decimal): -2616696 or 8917720. OLE color: 8917720.

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

Color convert

RGB 216 18 136 -
CMYK 0 0.92 0.37 0.15
HSL 324.24º 0.85% 0.46% -
HSV(B) 324.24º 0.92% 0.85% -
XYZ 32.98 16.81 24.8 -
YUV 90.65 153.6 217.41 -
System Red Green Blue C M Y K H S L
Decimal 216 18 136 0 0.92 0.37 0.15 324.24 0.85 0.46
Hex D8 12 88 0 5C 25 F 144 55 2E
Octal 330 22 210 0 134 45 17 504 125 56
Binary 11011000 10010 10001000 0 1011100 100101 1111 101000100 1010101 101110

Color Harmonies of #D81288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81288

Black with #D81288

Text Example


Text Example

White with #D81288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81288; }

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

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

background-color css

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

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

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

border-color css

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

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

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