Html Css Color HEX #DA017C Medium Violet Red

📋 copy color: '#DA017C'

red 218 ◦ green 1 ◦ blue 124

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

Shades of Medium Violet Red #DA017C

Tints of Medium Violet Red #DA017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 63.56%
G = 0.29%
B = 36.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA017C (or 0xDA017C) is known color: Medium Violet Red. HEX triplet: DA, 01 and 7C. RGB value is (218,1,124). Sum of RGB (Red+Green+Blue) = 218+1+124=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA017C is #25FE83. Grayscale: #4F4F4F. Windows color (decimal): -2489988 or 8126938. OLE color: 8126938.

HSL color Cylindrical-coordinate representation of color #DA017C: hue angle of 325.99º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA017C is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 1 124 -
CMYK 0 1.00 0.43 0.15
HSL 325.99º 0.99% 0.43% -
HSV(B) 325.99º 1% 0.85% -
XYZ 32.56 16.38 20.51 -
YUV 79.91 152.89 226.5 -
System Red Green Blue C M Y K H S L
Decimal 218 1 124 0 1.00 0.43 0.15 325.99 0.99 0.43
Hex DA 1 7C 0 64 2B F 146 63 2B
Octal 332 1 174 0 144 53 17 506 143 53
Binary 11011010 1 1111100 0 1100100 101011 1111 101000110 1100011 101011

Color Harmonies of #DA017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA017C

Black with #DA017C

Text Example


Text Example

White with #DA017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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