Html Css Color HEX #D7017D Medium Violet Red

📋 copy color: '#D7017D'

red 215 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #D7017D

Tints of Medium Violet Red #D7017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 63.05%
G = 0.29%
B = 36.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7017D (or 0xD7017D) is known color: Medium Violet Red. HEX triplet: D7, 01 and 7D. RGB value is (215,1,125). Sum of RGB (Red+Green+Blue) = 215+1+125=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7017D is #28FE82. Grayscale: #4E4E4E. Windows color (decimal): -2686595 or 8192471. OLE color: 8192471.

HSL color Cylindrical-coordinate representation of color #D7017D: hue angle of 325.23º 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 #D7017D is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 125 -
CMYK 0 1.00 0.42 0.16
HSL 325.23º 0.99% 0.42% -
HSV(B) 325.23º 1% 0.84% -
XYZ 31.74 15.95 20.81 -
YUV 79.12 153.9 224.92 -
System Red Green Blue C M Y K H S L
Decimal 215 1 125 0 1.00 0.42 0.16 325.23 0.99 0.42
Hex D7 1 7D 0 64 2A 10 145 63 2A
Octal 327 1 175 0 144 52 20 505 143 52
Binary 11010111 1 1111101 0 1100100 101010 10000 101000101 1100011 101010

Color Harmonies of #D7017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7017D

Black with #D7017D

Text Example


Text Example

White with #D7017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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