Html Css Color HEX #D7017B Medium Violet Red

📋 copy color: '#D7017B'

red 215 ◦ green 1 ◦ blue 123

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

Shades of Medium Violet Red #D7017B

Tints of Medium Violet Red #D7017B

RGB

 RED value IS 215 (84.38% from 255) = 63.42%

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

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

R = 63.42%
G = 0.29%
B = 36.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7017B (or 0xD7017B) is known color: Medium Violet Red. HEX triplet: D7, 01 and 7B. RGB value is (215,1,123). Sum of RGB (Red+Green+Blue) = 215+1+123=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D7017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7017B is #28FE84. Grayscale: #4E4E4E. Windows color (decimal): -2686597 or 8061399. OLE color: 8061399.

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

Color convert

RGB 215 1 123 -
CMYK 0 1.00 0.43 0.16
HSL 325.79º 0.99% 0.42% -
HSV(B) 325.79º 1% 0.84% -
XYZ 31.61 15.9 20.14 -
YUV 78.89 152.9 225.08 -
System Red Green Blue C M Y K H S L
Decimal 215 1 123 0 1.00 0.43 0.16 325.79 0.99 0.42
Hex D7 1 7B 0 64 2B 10 146 63 2A
Octal 327 1 173 0 144 53 20 506 143 52
Binary 11010111 1 1111011 0 1100100 101011 10000 101000110 1100011 101010

Color Harmonies of #D7017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7017B

Black with #D7017B

Text Example


Text Example

White with #D7017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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