Html Css Color HEX #DA017F Medium Violet Red

📋 copy color: '#DA017F'

red 218 ◦ green 1 ◦ blue 127

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

Shades of Medium Violet Red #DA017F

Tints of Medium Violet Red #DA017F

RGB

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

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

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

R = 63.01%
G = 0.29%
B = 36.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA017F (or 0xDA017F) is known color: Medium Violet Red. HEX triplet: DA, 01 and 7F. RGB value is (218,1,127). Sum of RGB (Red+Green+Blue) = 218+1+127=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA017F is #25FE80. Grayscale: #4F4F4F. Windows color (decimal): -2489985 or 8323546. OLE color: 8323546.

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

Color convert

RGB 218 1 127 -
CMYK 0 1.00 0.42 0.15
HSL 325.16º 0.99% 0.43% -
HSV(B) 325.16º 1% 0.85% -
XYZ 32.76 16.46 21.53 -
YUV 80.25 154.39 226.25 -
System Red Green Blue C M Y K H S L
Decimal 218 1 127 0 1.00 0.42 0.15 325.16 0.99 0.43
Hex DA 1 7F 0 64 2A F 145 63 2B
Octal 332 1 177 0 144 52 17 505 143 53
Binary 11011010 1 1111111 0 1100100 101010 1111 101000101 1100011 101011

Color Harmonies of #DA017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA017F

Black with #DA017F

Text Example


Text Example

White with #DA017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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