Html Css Color HEX #D7028B Medium Violet Red

📋 copy color: '#D7028B'

red 215 ◦ green 2 ◦ blue 139

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

Shades of Medium Violet Red #D7028B

Tints of Medium Violet Red #D7028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 60.39%
G = 0.56%
B = 39.04%

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

#D7028B (or 0xD7028B) is known color: Medium Violet Red. HEX triplet: D7, 02 and 8B. RGB value is (215,2,139). Sum of RGB (Red+Green+Blue) = 215+2+139=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7028B is #28FD74. Grayscale: #505050. Windows color (decimal): -2686325 or 9110231. OLE color: 9110231.

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

Color convert

RGB 215 2 139 -
CMYK 0 0.99 0.35 0.16
HSL 321.41º 0.98% 0.43% -
HSV(B) 321.41º 0.99% 0.84% -
XYZ 32.71 16.35 25.86 -
YUV 81.31 160.57 223.36 -
System Red Green Blue C M Y K H S L
Decimal 215 2 139 0 0.99 0.35 0.16 321.41 0.98 0.43
Hex D7 2 8B 0 63 23 10 141 62 2B
Octal 327 2 213 0 143 43 20 501 142 53
Binary 11010111 10 10001011 0 1100011 100011 10000 101000001 1100010 101011

Color Harmonies of #D7028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7028B

Black with #D7028B

Text Example


Text Example

White with #D7028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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