Html Css Color HEX #D7027D Medium Violet Red

📋 copy color: '#D7027D'

red 215 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #D7027D

Tints of Medium Violet Red #D7027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 62.87%
G = 0.58%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7027D (or 0xD7027D) is known color: Medium Violet Red. HEX triplet: D7, 02 and 7D. RGB value is (215,2,125). Sum of RGB (Red+Green+Blue) = 215+2+125=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7027D is #28FD82. Grayscale: #4F4F4F. Windows color (decimal): -2686339 or 8192727. OLE color: 8192727.

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

Color convert

RGB 215 2 125 -
CMYK 0 0.99 0.42 0.16
HSL 325.35º 0.98% 0.43% -
HSV(B) 325.35º 0.99% 0.84% -
XYZ 31.75 15.97 20.81 -
YUV 79.71 153.57 224.5 -
System Red Green Blue C M Y K H S L
Decimal 215 2 125 0 0.99 0.42 0.16 325.35 0.98 0.43
Hex D7 2 7D 0 63 2A 10 145 62 2B
Octal 327 2 175 0 143 52 20 505 142 53
Binary 11010111 10 1111101 0 1100011 101010 10000 101000101 1100010 101011

Color Harmonies of #D7027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7027D

Black with #D7027D

Text Example


Text Example

White with #D7027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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