Html Css Color HEX #DA127F Medium Violet Red

📋 copy color: '#DA127F'

red 218 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #DA127F

Tints of Medium Violet Red #DA127F

RGB

 RED value IS 218 (85.55% from 255) = 60.06%

 GREEN value IS 18 (7.42% from 255) = 4.96%

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

R = 60.06%
G = 4.96%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA127F (or 0xDA127F) is known color: Medium Violet Red. HEX triplet: DA, 12 and 7F. RGB value is (218,18,127). Sum of RGB (Red+Green+Blue) = 218+18+127=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA127F is #25ED80. Grayscale: #595959. Windows color (decimal): -2485633 or 8327898. OLE color: 8327898.

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

Color convert

RGB 218 18 127 -
CMYK 0 0.92 0.42 0.15
HSL 327.3º 0.85% 0.46% -
HSV(B) 327.3º 0.92% 0.85% -
XYZ 32.96 16.87 21.6 -
YUV 90.23 148.76 219.14 -
System Red Green Blue C M Y K H S L
Decimal 218 18 127 0 0.92 0.42 0.15 327.3 0.85 0.46
Hex DA 12 7F 0 5C 2A F 147 55 2E
Octal 332 22 177 0 134 52 17 507 125 56
Binary 11011010 10010 1111111 0 1011100 101010 1111 101000111 1010101 101110

Color Harmonies of #DA127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA127F

Black with #DA127F

Text Example


Text Example

White with #DA127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA127F; }

 p { color: rgb(218,18,127); }

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

background-color css

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

 a { background-color: rgb(218,18,127); }

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

border-color css

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

 span { border-color: rgb(218,18,127); }

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