Html Css Color HEX #D7027F Medium Violet Red

📋 copy color: '#D7027F'

red 215 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #D7027F

Tints of Medium Violet Red #D7027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.92%

R = 62.5%
G = 0.58%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7027F (or 0xD7027F) is known color: Medium Violet Red. HEX triplet: D7, 02 and 7F. RGB value is (215,2,127). Sum of RGB (Red+Green+Blue) = 215+2+127=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7027F is #28FD80. Grayscale: #4F4F4F. Windows color (decimal): -2686337 or 8323799. OLE color: 8323799.

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

Color convert

RGB 215 2 127 -
CMYK 0 0.99 0.41 0.16
HSL 324.79º 0.98% 0.43% -
HSV(B) 324.79º 0.99% 0.84% -
XYZ 31.88 16.02 21.49 -
YUV 79.94 154.57 224.34 -
System Red Green Blue C M Y K H S L
Decimal 215 2 127 0 0.99 0.41 0.16 324.79 0.98 0.43
Hex D7 2 7F 0 63 29 10 145 62 2B
Octal 327 2 177 0 143 51 20 505 142 53
Binary 11010111 10 1111111 0 1100011 101001 10000 101000101 1100010 101011

Color Harmonies of #D7027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7027F

Black with #D7027F

Text Example


Text Example

White with #D7027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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