Html Css Color HEX #DA007C Medium Violet Red

📋 copy color: '#DA007C'

red 218 ◦ green 0 ◦ blue 124

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

Shades of Medium Violet Red #DA007C

Tints of Medium Violet Red #DA007C

RGB

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

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

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

R = 63.74%
G = 0%
B = 36.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA007C (or 0xDA007C) is known color: Medium Violet Red. HEX triplet: DA, 00 and 7C. RGB value is (218,0,124). Sum of RGB (Red+Green+Blue) = 218+0+124=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA007C is #25FF83. Grayscale: #4F4F4F. Windows color (decimal): -2490244 or 8126682. OLE color: 8126682.

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

Color convert

RGB 218 0 124 -
CMYK 0 1 0.43 0.15
HSL 325.87º 1% 0.43% -
HSV(B) 325.87º 1% 0.85% -
XYZ 32.55 16.36 20.51 -
YUV 79.32 153.22 226.92 -
System Red Green Blue C M Y K H S L
Decimal 218 0 124 0 1 0.43 0.15 325.87 1 0.43
Hex DA 0 7C 0 64 2B F 146 64 2B
Octal 332 0 174 0 144 53 17 506 144 53
Binary 11011010 0 1111100 0 1100100 101011 1111 101000110 1100100 101011

Color Harmonies of #DA007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA007C

Black with #DA007C

Text Example


Text Example

White with #DA007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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