Html Css Color HEX #DA0F8C Medium Violet Red

📋 copy color: '#DA0F8C'

red 218 ◦ green 15 ◦ blue 140

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

Shades of Medium Violet Red #DA0F8C

Tints of Medium Violet Red #DA0F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 58.45%
G = 4.02%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA0F8C (or 0xDA0F8C) is known color: Medium Violet Red. HEX triplet: DA, 0F and 8C. RGB value is (218,15,140). Sum of RGB (Red+Green+Blue) = 218+15+140=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F8C is #25F073. Grayscale: #595959. Windows color (decimal): -2486388 or 9179098. OLE color: 9179098.

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

Color convert

RGB 218 15 140 -
CMYK 0 0.93 0.36 0.15
HSL 323.05º 0.87% 0.46% -
HSV(B) 323.05º 0.93% 0.85% -
XYZ 33.82 17.14 26.34 -
YUV 89.95 156.25 219.34 -
System Red Green Blue C M Y K H S L
Decimal 218 15 140 0 0.93 0.36 0.15 323.05 0.87 0.46
Hex DA F 8C 0 5D 24 F 143 57 2E
Octal 332 17 214 0 135 44 17 503 127 56
Binary 11011010 1111 10001100 0 1011101 100100 1111 101000011 1010111 101110

Color Harmonies of #DA0F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F8C

Black with #DA0F8C

Text Example


Text Example

White with #DA0F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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