Html Css Color HEX #DA0488 Medium Violet Red

📋 copy color: '#DA0488'

red 218 ◦ green 4 ◦ blue 136

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

Shades of Medium Violet Red #DA0488

Tints of Medium Violet Red #DA0488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 60.89%
G = 1.12%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA0488 (or 0xDA0488) is known color: Medium Violet Red. HEX triplet: DA, 04 and 88. RGB value is (218,4,136). Sum of RGB (Red+Green+Blue) = 218+4+136=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0488 is #25FB77. Grayscale: #525252. Windows color (decimal): -2489208 or 8914138. OLE color: 8914138.

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

Color convert

RGB 218 4 136 -
CMYK 0 0.98 0.38 0.15
HSL 322.99º 0.96% 0.44% -
HSV(B) 322.99º 0.98% 0.85% -
XYZ 33.4 16.77 24.77 -
YUV 83.03 157.9 224.27 -
System Red Green Blue C M Y K H S L
Decimal 218 4 136 0 0.98 0.38 0.15 322.99 0.96 0.44
Hex DA 4 88 0 62 26 F 143 60 2C
Octal 332 4 210 0 142 46 17 503 140 54
Binary 11011010 100 10001000 0 1100010 100110 1111 101000011 1100000 101100

Color Harmonies of #DA0488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0488

Black with #DA0488

Text Example


Text Example

White with #DA0488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0488; }

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

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

background-color css

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

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

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

border-color css

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

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

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