Html Css Color HEX #DA048B Medium Violet Red

📋 copy color: '#DA048B'

red 218 ◦ green 4 ◦ blue 139

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

Shades of Medium Violet Red #DA048B

Tints of Medium Violet Red #DA048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 60.39%
G = 1.11%
B = 38.5%

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

#DA048B (or 0xDA048B) is known color: Medium Violet Red. HEX triplet: DA, 04 and 8B. RGB value is (218,4,139). Sum of RGB (Red+Green+Blue) = 218+4+139=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA048B is #25FB74. Grayscale: #535353. Windows color (decimal): -2489205 or 9110746. OLE color: 9110746.

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

Color convert

RGB 218 4 139 -
CMYK 0 0.98 0.36 0.15
HSL 322.15º 0.96% 0.44% -
HSV(B) 322.15º 0.98% 0.85% -
XYZ 33.62 16.86 25.91 -
YUV 83.38 159.4 224.02 -
System Red Green Blue C M Y K H S L
Decimal 218 4 139 0 0.98 0.36 0.15 322.15 0.96 0.44
Hex DA 4 8B 0 62 24 F 142 60 2C
Octal 332 4 213 0 142 44 17 502 140 54
Binary 11011010 100 10001011 0 1100010 100100 1111 101000010 1100000 101100

Color Harmonies of #DA048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA048B

Black with #DA048B

Text Example


Text Example

White with #DA048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA048B; }

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

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

background-color css

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

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

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

border-color css

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

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

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