Html Css Color HEX #D5027F Medium Violet Red

📋 copy color: '#D5027F'

red 213 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #D5027F

Tints of Medium Violet Red #D5027F

RGB

 RED value IS 213 (83.59% from 255) = 62.28%

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

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

R = 62.28%
G = 0.58%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5027F (or 0xD5027F) is known color: Medium Violet Red. HEX triplet: D5, 02 and 7F. RGB value is (213,2,127). Sum of RGB (Red+Green+Blue) = 213+2+127=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5027F is #2AFD80. Grayscale: #4F4F4F. Windows color (decimal): -2817409 or 8323797. OLE color: 8323797.

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

Color convert

RGB 213 2 127 -
CMYK 0 0.99 0.40 0.16
HSL 324.46º 0.98% 0.42% -
HSV(B) 324.46º 0.99% 0.84% -
XYZ 31.29 15.72 21.46 -
YUV 79.34 154.9 223.34 -
System Red Green Blue C M Y K H S L
Decimal 213 2 127 0 0.99 0.40 0.16 324.46 0.98 0.42
Hex D5 2 7F 0 63 28 10 144 62 2A
Octal 325 2 177 0 143 50 20 504 142 52
Binary 11010101 10 1111111 0 1100011 101000 10000 101000100 1100010 101010

Color Harmonies of #D5027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5027F

Black with #D5027F

Text Example


Text Example

White with #D5027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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