Html Css Color HEX #D7018D Medium Violet Red

📋 copy color: '#D7018D'

red 215 ◦ green 1 ◦ blue 141

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

Shades of Medium Violet Red #D7018D

Tints of Medium Violet Red #D7018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 60.22%
G = 0.28%
B = 39.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7018D (or 0xD7018D) is known color: Medium Violet Red. HEX triplet: D7, 01 and 8D. RGB value is (215,1,141). Sum of RGB (Red+Green+Blue) = 215+1+141=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D7018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7018D is #28FE72. Grayscale: #505050. Windows color (decimal): -2686579 or 9241047. OLE color: 9241047.

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

Color convert

RGB 215 1 141 -
CMYK 0 1.00 0.34 0.16
HSL 320.75º 0.99% 0.42% -
HSV(B) 320.75º 1% 0.84% -
XYZ 32.84 16.39 26.63 -
YUV 80.95 161.9 223.62 -
System Red Green Blue C M Y K H S L
Decimal 215 1 141 0 1.00 0.34 0.16 320.75 0.99 0.42
Hex D7 1 8D 0 64 22 10 141 63 2A
Octal 327 1 215 0 144 42 20 501 143 52
Binary 11010111 1 10001101 0 1100100 100010 10000 101000001 1100011 101010

Color Harmonies of #D7018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7018D

Black with #D7018D

Text Example


Text Example

White with #D7018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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