Html Css Color HEX #DA0F84 Medium Violet Red

📋 copy color: '#DA0F84'

red 218 ◦ green 15 ◦ blue 132

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

Shades of Medium Violet Red #DA0F84

Tints of Medium Violet Red #DA0F84

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.11%

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 59.73%
G = 4.11%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA0F84 (or 0xDA0F84) is known color: Medium Violet Red. HEX triplet: DA, 0F and 84. RGB value is (218,15,132). Sum of RGB (Red+Green+Blue) = 218+15+132=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F84 is #25F07B. Grayscale: #585858. Windows color (decimal): -2486396 or 8654810. OLE color: 8654810.

HSL color Cylindrical-coordinate representation of color #DA0F84: hue angle of 325.42º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F84 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 15 132 -
CMYK 0 0.93 0.39 0.15
HSL 325.42º 0.87% 0.46% -
HSV(B) 325.42º 0.93% 0.85% -
XYZ 33.25 16.91 23.34 -
YUV 89.04 152.25 219.99 -
System Red Green Blue C M Y K H S L
Decimal 218 15 132 0 0.93 0.39 0.15 325.42 0.87 0.46
Hex DA F 84 0 5D 27 F 145 57 2E
Octal 332 17 204 0 135 47 17 505 127 56
Binary 11011010 1111 10000100 0 1011101 100111 1111 101000101 1010111 101110

Color Harmonies of #DA0F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F84

Black with #DA0F84

Text Example


Text Example

White with #DA0F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F84; }

 p { color: rgb(218,15,132); }

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

background-color css

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

 a { background-color: rgb(218,15,132); }

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

border-color css

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

 span { border-color: rgb(218,15,132); }

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