Html Css Color HEX #D9057E Medium Violet Red

📋 copy color: '#D9057E'

red 217 ◦ green 5 ◦ blue 126

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

Shades of Medium Violet Red #D9057E

Tints of Medium Violet Red #D9057E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 62.36%
G = 1.44%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9057E (or 0xD9057E) is known color: Medium Violet Red. HEX triplet: D9, 05 and 7E. RGB value is (217,5,126). Sum of RGB (Red+Green+Blue) = 217+5+126=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9057E is #26FA81. Grayscale: #515151. Windows color (decimal): -2554498 or 8259033. OLE color: 8259033.

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

Color convert

RGB 217 5 126 -
CMYK 0 0.98 0.42 0.15
HSL 325.75º 0.95% 0.44% -
HSV(B) 325.75º 0.98% 0.85% -
XYZ 32.44 16.37 21.19 -
YUV 82.18 152.74 224.16 -
System Red Green Blue C M Y K H S L
Decimal 217 5 126 0 0.98 0.42 0.15 325.75 0.95 0.44
Hex D9 5 7E 0 62 2A F 146 5F 2C
Octal 331 5 176 0 142 52 17 506 137 54
Binary 11011001 101 1111110 0 1100010 101010 1111 101000110 1011111 101100

Color Harmonies of #D9057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9057E

Black with #D9057E

Text Example


Text Example

White with #D9057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9057E; }

 p { color: rgb(217,5,126); }

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

background-color css

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

 a { background-color: rgb(217,5,126); }

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

border-color css

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

 span { border-color: rgb(217,5,126); }

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