Html Css Color HEX #DA048A Medium Violet Red

📋 copy color: '#DA048A'

red 218 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #DA048A

Tints of Medium Violet Red #DA048A

RGB

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

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

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

R = 60.56%
G = 1.11%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA048A (or 0xDA048A) is known color: Medium Violet Red. HEX triplet: DA, 04 and 8A. RGB value is (218,4,138). Sum of RGB (Red+Green+Blue) = 218+4+138=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA048A is #25FB75. Grayscale: #525252. Windows color (decimal): -2489206 or 9045210. OLE color: 9045210.

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

Color convert

RGB 218 4 138 -
CMYK 0 0.98 0.37 0.15
HSL 322.43º 0.96% 0.44% -
HSV(B) 322.43º 0.98% 0.85% -
XYZ 33.54 16.83 25.52 -
YUV 83.26 158.9 224.1 -
System Red Green Blue C M Y K H S L
Decimal 218 4 138 0 0.98 0.37 0.15 322.43 0.96 0.44
Hex DA 4 8A 0 62 25 F 142 60 2C
Octal 332 4 212 0 142 45 17 502 140 54
Binary 11011010 100 10001010 0 1100010 100101 1111 101000010 1100000 101100

Color Harmonies of #DA048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA048A

Black with #DA048A

Text Example


Text Example

White with #DA048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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