Html Css Color HEX #DA048C Medium Violet Red

📋 copy color: '#DA048C'

red 218 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #DA048C

Tints of Medium Violet Red #DA048C

RGB

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

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

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

R = 60.22%
G = 1.1%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA048C (or 0xDA048C) is known color: Medium Violet Red. HEX triplet: DA, 04 and 8C. RGB value is (218,4,140). Sum of RGB (Red+Green+Blue) = 218+4+140=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA048C is #25FB73. Grayscale: #535353. Windows color (decimal): -2489204 or 9176282. OLE color: 9176282.

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

Color convert

RGB 218 4 140 -
CMYK 0 0.98 0.36 0.15
HSL 321.87º 0.96% 0.44% -
HSV(B) 321.87º 0.98% 0.85% -
XYZ 33.69 16.89 26.29 -
YUV 83.49 159.9 223.94 -
System Red Green Blue C M Y K H S L
Decimal 218 4 140 0 0.98 0.36 0.15 321.87 0.96 0.44
Hex DA 4 8C 0 62 24 F 142 60 2C
Octal 332 4 214 0 142 44 17 502 140 54
Binary 11011010 100 10001100 0 1100010 100100 1111 101000010 1100000 101100

Color Harmonies of #DA048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA048C

Black with #DA048C

Text Example


Text Example

White with #DA048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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