Html Css Color HEX #D7028C Medium Violet Red

📋 copy color: '#D7028C'

red 215 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #D7028C

Tints of Medium Violet Red #D7028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 60.22%
G = 0.56%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7028C (or 0xD7028C) is known color: Medium Violet Red. HEX triplet: D7, 02 and 8C. RGB value is (215,2,140). Sum of RGB (Red+Green+Blue) = 215+2+140=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D7028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7028C is #28FD73. Grayscale: #515151. Windows color (decimal): -2686324 or 9175767. OLE color: 9175767.

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

Color convert

RGB 215 2 140 -
CMYK 0 0.99 0.35 0.16
HSL 321.13º 0.98% 0.43% -
HSV(B) 321.13º 0.99% 0.84% -
XYZ 32.78 16.38 26.25 -
YUV 81.42 161.07 223.28 -
System Red Green Blue C M Y K H S L
Decimal 215 2 140 0 0.99 0.35 0.16 321.13 0.98 0.43
Hex D7 2 8C 0 63 23 10 141 62 2B
Octal 327 2 214 0 143 43 20 501 142 53
Binary 11010111 10 10001100 0 1100011 100011 10000 101000001 1100010 101011

Color Harmonies of #D7028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7028C

Black with #D7028C

Text Example


Text Example

White with #D7028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7028C; }

 p { color: rgb(215,2,140); }

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

background-color css

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

 a { background-color: rgb(215,2,140); }

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

border-color css

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

 span { border-color: rgb(215,2,140); }

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