Html Css Color HEX #D8017B Medium Violet Red

📋 copy color: '#D8017B'

red 216 ◦ green 1 ◦ blue 123

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

Shades of Medium Violet Red #D8017B

Tints of Medium Violet Red #D8017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 63.53%
G = 0.29%
B = 36.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8017B (or 0xD8017B) is known color: Medium Violet Red. HEX triplet: D8, 01 and 7B. RGB value is (216,1,123). Sum of RGB (Red+Green+Blue) = 216+1+123=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D8017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8017B is #27FE84. Grayscale: #4E4E4E. Windows color (decimal): -2621061 or 8061400. OLE color: 8061400.

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

Color convert

RGB 216 1 123 -
CMYK 0 1.00 0.43 0.15
HSL 325.95º 0.99% 0.43% -
HSV(B) 325.95º 1% 0.85% -
XYZ 31.9 16.05 20.16 -
YUV 79.19 152.73 225.58 -
System Red Green Blue C M Y K H S L
Decimal 216 1 123 0 1.00 0.43 0.15 325.95 0.99 0.43
Hex D8 1 7B 0 64 2B F 146 63 2B
Octal 330 1 173 0 144 53 17 506 143 53
Binary 11011000 1 1111011 0 1100100 101011 1111 101000110 1100011 101011

Color Harmonies of #D8017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8017B

Black with #D8017B

Text Example


Text Example

White with #D8017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8017B; }

 p { color: rgb(216,1,123); }

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

background-color css

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

 a { background-color: rgb(216,1,123); }

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

border-color css

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

 span { border-color: rgb(216,1,123); }

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