Html Css Color HEX #DA017A Medium Violet Red

📋 copy color: '#DA017A'

red 218 ◦ green 1 ◦ blue 122

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

Shades of Medium Violet Red #DA017A

Tints of Medium Violet Red #DA017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 63.93%
G = 0.29%
B = 35.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA017A (or 0xDA017A) is known color: Medium Violet Red. HEX triplet: DA, 01 and 7A. RGB value is (218,1,122). Sum of RGB (Red+Green+Blue) = 218+1+122=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA017A is #25FE85. Grayscale: #4F4F4F. Windows color (decimal): -2489990 or 7995866. OLE color: 7995866.

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

Color convert

RGB 218 1 122 -
CMYK 0 1.00 0.44 0.15
HSL 326.54º 0.99% 0.43% -
HSV(B) 326.54º 1% 0.85% -
XYZ 32.44 16.33 19.86 -
YUV 79.68 151.89 226.66 -
System Red Green Blue C M Y K H S L
Decimal 218 1 122 0 1.00 0.44 0.15 326.54 0.99 0.43
Hex DA 1 7A 0 64 2C F 147 63 2B
Octal 332 1 172 0 144 54 17 507 143 53
Binary 11011010 1 1111010 0 1100100 101100 1111 101000111 1100011 101011

Color Harmonies of #DA017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA017A

Black with #DA017A

Text Example


Text Example

White with #DA017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA017A; }

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

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

background-color css

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

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

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

border-color css

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

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

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