Html Css Color HEX #DA0F90 Medium Violet Red

📋 copy color: '#DA0F90'

red 218 ◦ green 15 ◦ blue 144

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

Shades of Medium Violet Red #DA0F90

Tints of Medium Violet Red #DA0F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 57.82%
G = 3.98%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA0F90 (or 0xDA0F90) is known color: Medium Violet Red. HEX triplet: DA, 0F and 90. RGB value is (218,15,144). Sum of RGB (Red+Green+Blue) = 218+15+144=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F90 is #25F06F. Grayscale: #5A5A5A. Windows color (decimal): -2486384 or 9441242. OLE color: 9441242.

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

Color convert

RGB 218 15 144 -
CMYK 0 0.93 0.34 0.15
HSL 321.87º 0.87% 0.46% -
HSV(B) 321.87º 0.93% 0.85% -
XYZ 34.12 17.26 27.92 -
YUV 90.4 158.25 219.01 -
System Red Green Blue C M Y K H S L
Decimal 218 15 144 0 0.93 0.34 0.15 321.87 0.87 0.46
Hex DA F 90 0 5D 22 F 142 57 2E
Octal 332 17 220 0 135 42 17 502 127 56
Binary 11011010 1111 10010000 0 1011101 100010 1111 101000010 1010111 101110

Color Harmonies of #DA0F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F90

Black with #DA0F90

Text Example


Text Example

White with #DA0F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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