Html Css Color HEX #DA048F Medium Violet Red

📋 copy color: '#DA048F'

red 218 ◦ green 4 ◦ blue 143

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

Shades of Medium Violet Red #DA048F

Tints of Medium Violet Red #DA048F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 143 (56.25% from 255) = 39.18%

R = 59.73%
G = 1.1%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA048F (or 0xDA048F) is known color: Medium Violet Red. HEX triplet: DA, 04 and 8F. RGB value is (218,4,143). Sum of RGB (Red+Green+Blue) = 218+4+143=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA048F is #25FB70. Grayscale: #535353. Windows color (decimal): -2489201 or 9372890. OLE color: 9372890.

HSL color Cylindrical-coordinate representation of color #DA048F: hue angle of 321.03º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA048F is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 4 143 -
CMYK 0 0.98 0.34 0.15
HSL 321.03º 0.96% 0.44% -
HSV(B) 321.03º 0.98% 0.85% -
XYZ 33.91 16.98 27.48 -
YUV 83.83 161.4 223.7 -
System Red Green Blue C M Y K H S L
Decimal 218 4 143 0 0.98 0.34 0.15 321.03 0.96 0.44
Hex DA 4 8F 0 62 22 F 141 60 2C
Octal 332 4 217 0 142 42 17 501 140 54
Binary 11011010 100 10001111 0 1100010 100010 1111 101000001 1100000 101100

Color Harmonies of #DA048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA048F

Black with #DA048F

Text Example


Text Example

White with #DA048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA048F; }

 p { color: rgb(218,4,143); }

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

background-color css

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

 a { background-color: rgb(218,4,143); }

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

border-color css

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

 span { border-color: rgb(218,4,143); }

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