Html Css Color HEX #D4027F Medium Violet Red

📋 copy color: '#D4027F'

red 212 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #D4027F

Tints of Medium Violet Red #D4027F

RGB

 RED value IS 212 (83.2% from 255) = 62.17%

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

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

R = 62.17%
G = 0.59%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4027F (or 0xD4027F) is known color: Medium Violet Red. HEX triplet: D4, 02 and 7F. RGB value is (212,2,127). Sum of RGB (Red+Green+Blue) = 212+2+127=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4027F is #2BFD80. Grayscale: #4E4E4E. Windows color (decimal): -2882945 or 8323796. OLE color: 8323796.

HSL color Cylindrical-coordinate representation of color #D4027F: hue angle of 324.29º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4027F is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 127 -
CMYK 0 0.99 0.40 0.17
HSL 324.29º 0.98% 0.42% -
HSV(B) 324.29º 0.99% 0.83% -
XYZ 31 15.57 21.45 -
YUV 79.04 155.07 222.84 -
System Red Green Blue C M Y K H S L
Decimal 212 2 127 0 0.99 0.40 0.17 324.29 0.98 0.42
Hex D4 2 7F 0 63 28 11 144 62 2A
Octal 324 2 177 0 143 50 21 504 142 52
Binary 11010100 10 1111111 0 1100011 101000 10001 101000100 1100010 101010

Color Harmonies of #D4027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4027F

Black with #D4027F

Text Example


Text Example

White with #D4027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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