Html Css Color HEX #D9027C Medium Violet Red

📋 copy color: '#D9027C'

red 217 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #D9027C

Tints of Medium Violet Red #D9027C

RGB

 RED value IS 217 (85.16% from 255) = 63.27%

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

 BLUE value IS 124 (48.83% from 255) = 36.15%

R = 63.27%
G = 0.58%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9027C (or 0xD9027C) is known color: Medium Violet Red. HEX triplet: D9, 02 and 7C. RGB value is (217,2,124). Sum of RGB (Red+Green+Blue) = 217+2+124=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9027C is #26FD83. Grayscale: #4F4F4F. Windows color (decimal): -2555268 or 8127193. OLE color: 8127193.

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

Color convert

RGB 217 2 124 -
CMYK 0 0.99 0.43 0.15
HSL 325.95º 0.98% 0.43% -
HSV(B) 325.95º 0.99% 0.85% -
XYZ 32.28 16.25 20.5 -
YUV 80.19 152.73 225.58 -
System Red Green Blue C M Y K H S L
Decimal 217 2 124 0 0.99 0.43 0.15 325.95 0.98 0.43
Hex D9 2 7C 0 63 2B F 146 62 2B
Octal 331 2 174 0 143 53 17 506 142 53
Binary 11011001 10 1111100 0 1100011 101011 1111 101000110 1100010 101011

Color Harmonies of #D9027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9027C

Black with #D9027C

Text Example


Text Example

White with #D9027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9027C; }

 p { color: rgb(217,2,124); }

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

background-color css

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

 a { background-color: rgb(217,2,124); }

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

border-color css

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

 span { border-color: rgb(217,2,124); }

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