Html Css Color HEX #DA067C Medium Violet Red

📋 copy color: '#DA067C'

red 218 ◦ green 6 ◦ blue 124

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

Shades of Medium Violet Red #DA067C

Tints of Medium Violet Red #DA067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

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

R = 62.64%
G = 1.72%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA067C (or 0xDA067C) is known color: Medium Violet Red. HEX triplet: DA, 06 and 7C. RGB value is (218,6,124). Sum of RGB (Red+Green+Blue) = 218+6+124=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA067C is #25F983. Grayscale: #525252. Windows color (decimal): -2488708 or 8128218. OLE color: 8128218.

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

Color convert

RGB 218 6 124 -
CMYK 0 0.97 0.43 0.15
HSL 326.6º 0.95% 0.44% -
HSV(B) 326.6º 0.97% 0.85% -
XYZ 32.62 16.49 20.53 -
YUV 82.84 151.24 224.41 -
System Red Green Blue C M Y K H S L
Decimal 218 6 124 0 0.97 0.43 0.15 326.6 0.95 0.44
Hex DA 6 7C 0 61 2B F 147 5F 2C
Octal 332 6 174 0 141 53 17 507 137 54
Binary 11011010 110 1111100 0 1100001 101011 1111 101000111 1011111 101100

Color Harmonies of #DA067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA067C

Black with #DA067C

Text Example


Text Example

White with #DA067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA067C; }

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

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

background-color css

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

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

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

border-color css

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

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

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