Html Css Color HEX #DA0F96 Medium Violet Red

📋 copy color: '#DA0F96'

red 218 ◦ green 15 ◦ blue 150

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

Shades of Medium Violet Red #DA0F96

Tints of Medium Violet Red #DA0F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 56.92%
G = 3.92%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA0F96 (or 0xDA0F96) is known color: Medium Violet Red. HEX triplet: DA, 0F and 96. RGB value is (218,15,150). Sum of RGB (Red+Green+Blue) = 218+15+150=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F96 is #25F069. Grayscale: #5A5A5A. Windows color (decimal): -2486378 or 9834458. OLE color: 9834458.

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

Color convert

RGB 218 15 150 -
CMYK 0 0.93 0.31 0.15
HSL 320.1º 0.87% 0.46% -
HSV(B) 320.1º 0.93% 0.85% -
XYZ 34.59 17.45 30.4 -
YUV 91.09 161.25 218.52 -
System Red Green Blue C M Y K H S L
Decimal 218 15 150 0 0.93 0.31 0.15 320.1 0.87 0.46
Hex DA F 96 0 5D 1F F 140 57 2E
Octal 332 17 226 0 135 37 17 500 127 56
Binary 11011010 1111 10010110 0 1011101 11111 1111 101000000 1010111 101110

Color Harmonies of #DA0F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F96

Black with #DA0F96

Text Example


Text Example

White with #DA0F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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