Html Css Color HEX #D7018A Medium Violet Red

📋 copy color: '#D7018A'

red 215 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #D7018A

Tints of Medium Violet Red #D7018A

RGB

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

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

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

R = 60.73%
G = 0.28%
B = 38.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7018A (or 0xD7018A) is known color: Medium Violet Red. HEX triplet: D7, 01 and 8A. RGB value is (215,1,138). Sum of RGB (Red+Green+Blue) = 215+1+138=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D7018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7018A is #28FE75. Grayscale: #505050. Windows color (decimal): -2686582 or 9044439. OLE color: 9044439.

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

Color convert

RGB 215 1 138 -
CMYK 0 1.00 0.36 0.16
HSL 321.59º 0.99% 0.42% -
HSV(B) 321.59º 1% 0.84% -
XYZ 32.62 16.3 25.47 -
YUV 80.6 160.4 223.86 -
System Red Green Blue C M Y K H S L
Decimal 215 1 138 0 1.00 0.36 0.16 321.59 0.99 0.42
Hex D7 1 8A 0 64 24 10 142 63 2A
Octal 327 1 212 0 144 44 20 502 143 52
Binary 11010111 1 10001010 0 1100100 100100 10000 101000010 1100011 101010

Color Harmonies of #D7018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7018A

Black with #D7018A

Text Example


Text Example

White with #D7018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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