Html Css Color HEX #DA127C Medium Violet Red

📋 copy color: '#DA127C'

red 218 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #DA127C

Tints of Medium Violet Red #DA127C

RGB

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

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

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

R = 60.56%
G = 5%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA127C (or 0xDA127C) is known color: Medium Violet Red. HEX triplet: DA, 12 and 7C. RGB value is (218,18,124). Sum of RGB (Red+Green+Blue) = 218+18+124=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA127C is #25ED83. Grayscale: #595959. Windows color (decimal): -2485636 or 8131290. OLE color: 8131290.

HSL color Cylindrical-coordinate representation of color #DA127C: hue angle of 328.2º 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 #DA127C is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 18 124 -
CMYK 0 0.92 0.43 0.15
HSL 328.2º 0.85% 0.46% -
HSV(B) 328.2º 0.92% 0.85% -
XYZ 32.77 16.79 20.58 -
YUV 89.88 147.26 219.38 -
System Red Green Blue C M Y K H S L
Decimal 218 18 124 0 0.92 0.43 0.15 328.2 0.85 0.46
Hex DA 12 7C 0 5C 2B F 148 55 2E
Octal 332 22 174 0 134 53 17 510 125 56
Binary 11011010 10010 1111100 0 1011100 101011 1111 101001000 1010101 101110

Color Harmonies of #DA127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA127C

Black with #DA127C

Text Example


Text Example

White with #DA127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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