Html Css Color HEX #DA0F7C Medium Violet Red

📋 copy color: '#DA0F7C'

red 218 ◦ green 15 ◦ blue 124

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

Shades of Medium Violet Red #DA0F7C

Tints of Medium Violet Red #DA0F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 61.06%
G = 4.2%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA0F7C (or 0xDA0F7C) is known color: Medium Violet Red. HEX triplet: DA, 0F and 7C. RGB value is (218,15,124). Sum of RGB (Red+Green+Blue) = 218+15+124=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0F7C is #25F083. Grayscale: #575757. Windows color (decimal): -2486404 or 8130522. OLE color: 8130522.

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

Color convert

RGB 218 15 124 -
CMYK 0 0.93 0.43 0.15
HSL 327.78º 0.87% 0.46% -
HSV(B) 327.78º 0.93% 0.85% -
XYZ 32.72 16.7 20.57 -
YUV 88.12 148.25 220.64 -
System Red Green Blue C M Y K H S L
Decimal 218 15 124 0 0.93 0.43 0.15 327.78 0.87 0.46
Hex DA F 7C 0 5D 2B F 148 57 2E
Octal 332 17 174 0 135 53 17 510 127 56
Binary 11011010 1111 1111100 0 1011101 101011 1111 101001000 1010111 101110

Color Harmonies of #DA0F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F7C

Black with #DA0F7C

Text Example


Text Example

White with #DA0F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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