Html Css Color HEX #DA0F8A Medium Violet Red

📋 copy color: '#DA0F8A'

red 218 ◦ green 15 ◦ blue 138

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

Shades of Medium Violet Red #DA0F8A

Tints of Medium Violet Red #DA0F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 58.76%
G = 4.04%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA0F8A (or 0xDA0F8A) is known color: Medium Violet Red. HEX triplet: DA, 0F and 8A. RGB value is (218,15,138). Sum of RGB (Red+Green+Blue) = 218+15+138=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F8A is #25F075. Grayscale: #595959. Windows color (decimal): -2486390 or 9048026. OLE color: 9048026.

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

Color convert

RGB 218 15 138 -
CMYK 0 0.93 0.37 0.15
HSL 323.65º 0.87% 0.46% -
HSV(B) 323.65º 0.93% 0.85% -
XYZ 33.67 17.08 25.57 -
YUV 89.72 155.25 219.5 -
System Red Green Blue C M Y K H S L
Decimal 218 15 138 0 0.93 0.37 0.15 323.65 0.87 0.46
Hex DA F 8A 0 5D 25 F 144 57 2E
Octal 332 17 212 0 135 45 17 504 127 56
Binary 11011010 1111 10001010 0 1011101 100101 1111 101000100 1010111 101110

Color Harmonies of #DA0F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F8A

Black with #DA0F8A

Text Example


Text Example

White with #DA0F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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