Html Css Color HEX #DA058B Medium Violet Red

📋 copy color: '#DA058B'

red 218 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #DA058B

Tints of Medium Violet Red #DA058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

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

R = 60.22%
G = 1.38%
B = 38.4%

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

#DA058B (or 0xDA058B) is known color: Medium Violet Red. HEX triplet: DA, 05 and 8B. RGB value is (218,5,139). Sum of RGB (Red+Green+Blue) = 218+5+139=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA058B is #25FA74. Grayscale: #535353. Windows color (decimal): -2488949 or 9111002. OLE color: 9111002.

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

Color convert

RGB 218 5 139 -
CMYK 0 0.98 0.36 0.15
HSL 322.25º 0.96% 0.44% -
HSV(B) 322.25º 0.98% 0.85% -
XYZ 33.63 16.88 25.91 -
YUV 83.96 159.07 223.6 -
System Red Green Blue C M Y K H S L
Decimal 218 5 139 0 0.98 0.36 0.15 322.25 0.96 0.44
Hex DA 5 8B 0 62 24 F 142 60 2C
Octal 332 5 213 0 142 44 17 502 140 54
Binary 11011010 101 10001011 0 1100010 100100 1111 101000010 1100000 101100

Color Harmonies of #DA058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA058B

Black with #DA058B

Text Example


Text Example

White with #DA058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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