Html Css Color HEX #D8008A Medium Violet Red

📋 copy color: '#D8008A'

red 216 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #D8008A

Tints of Medium Violet Red #D8008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 61.02%
G = 0%
B = 38.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8008A (or 0xD8008A) is known color: Medium Violet Red. HEX triplet: D8, 00 and 8A. RGB value is (216,0,138). Sum of RGB (Red+Green+Blue) = 216+0+138=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D8008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8008A is #27FF75. Grayscale: #4F4F4F. Windows color (decimal): -2621302 or 9044184. OLE color: 9044184.

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

Color convert

RGB 216 0 138 -
CMYK 0 1 0.36 0.15
HSL 321.67º 1% 0.42% -
HSV(B) 321.67º 1% 0.85% -
XYZ 32.91 16.43 25.48 -
YUV 80.32 160.56 224.78 -
System Red Green Blue C M Y K H S L
Decimal 216 0 138 0 1 0.36 0.15 321.67 1 0.42
Hex D8 0 8A 0 64 24 F 142 64 2A
Octal 330 0 212 0 144 44 17 502 144 52
Binary 11011000 0 10001010 0 1100100 100100 1111 101000010 1100100 101010

Color Harmonies of #D8008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8008A

Black with #D8008A

Text Example


Text Example

White with #D8008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8008A; }

 p { color: rgb(216,0,138); }

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

background-color css

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

 a { background-color: rgb(216,0,138); }

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

border-color css

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

 span { border-color: rgb(216,0,138); }

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