Html Css Color HEX #DA0C7C Medium Violet Red

📋 copy color: '#DA0C7C'

red 218 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #DA0C7C

Tints of Medium Violet Red #DA0C7C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.39%

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

R = 61.58%
G = 3.39%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA0C7C (or 0xDA0C7C) is known color: Medium Violet Red. HEX triplet: DA, 0C and 7C. RGB value is (218,12,124). Sum of RGB (Red+Green+Blue) = 218+12+124=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0C7C is #25F383. Grayscale: #565656. Windows color (decimal): -2487172 or 8129754. OLE color: 8129754.

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

Color convert

RGB 218 12 124 -
CMYK 0 0.94 0.43 0.15
HSL 327.38º 0.9% 0.45% -
HSV(B) 327.38º 0.94% 0.85% -
XYZ 32.68 16.62 20.55 -
YUV 86.36 149.25 221.89 -
System Red Green Blue C M Y K H S L
Decimal 218 12 124 0 0.94 0.43 0.15 327.38 0.9 0.45
Hex DA C 7C 0 5E 2B F 147 5A 2D
Octal 332 14 174 0 136 53 17 507 132 55
Binary 11011010 1100 1111100 0 1011110 101011 1111 101000111 1011010 101101

Color Harmonies of #DA0C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0C7C

Black with #DA0C7C

Text Example


Text Example

White with #DA0C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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