Html Css Color HEX #DA007F Medium Violet Red

📋 copy color: '#DA007F'

red 218 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #DA007F

Tints of Medium Violet Red #DA007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.19%
G = 0%
B = 36.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA007F (or 0xDA007F) is known color: Medium Violet Red. HEX triplet: DA, 00 and 7F. RGB value is (218,0,127). Sum of RGB (Red+Green+Blue) = 218+0+127=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA007F is #25FF80. Grayscale: #4F4F4F. Windows color (decimal): -2490241 or 8323290. OLE color: 8323290.

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

Color convert

RGB 218 0 127 -
CMYK 0 1 0.42 0.15
HSL 325.05º 1% 0.43% -
HSV(B) 325.05º 1% 0.85% -
XYZ 32.74 16.44 21.53 -
YUV 79.66 154.72 226.67 -
System Red Green Blue C M Y K H S L
Decimal 218 0 127 0 1 0.42 0.15 325.05 1 0.43
Hex DA 0 7F 0 64 2A F 145 64 2B
Octal 332 0 177 0 144 52 17 505 144 53
Binary 11011010 0 1111111 0 1100100 101010 1111 101000101 1100100 101011

Color Harmonies of #DA007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA007F

Black with #DA007F

Text Example


Text Example

White with #DA007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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