Html Css Color HEX #DA0087 Medium Violet Red

📋 copy color: '#DA0087'

red 218 ◦ green 0 ◦ blue 135

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

Shades of Medium Violet Red #DA0087

Tints of Medium Violet Red #DA0087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 135 (53.13% from 255) = 38.24%

R = 61.76%
G = 0%
B = 38.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA0087 (or 0xDA0087) is known color: Medium Violet Red. HEX triplet: DA, 00 and 87. RGB value is (218,0,135). Sum of RGB (Red+Green+Blue) = 218+0+135=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0087 is #25FF78. Grayscale: #505050. Windows color (decimal): -2490233 or 8847578. OLE color: 8847578.

HSL color Cylindrical-coordinate representation of color #DA0087: hue angle of 322.84º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0087 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 0 135 -
CMYK 0 1 0.38 0.15
HSL 322.84º 1% 0.43% -
HSV(B) 322.84º 1% 0.85% -
XYZ 33.29 16.65 24.38 -
YUV 80.57 158.72 226.02 -
System Red Green Blue C M Y K H S L
Decimal 218 0 135 0 1 0.38 0.15 322.84 1 0.43
Hex DA 0 87 0 64 26 F 143 64 2B
Octal 332 0 207 0 144 46 17 503 144 53
Binary 11011010 0 10000111 0 1100100 100110 1111 101000011 1100100 101011

Color Harmonies of #DA0087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0087

Black with #DA0087

Text Example


Text Example

White with #DA0087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0087; }

 p { color: rgb(218,0,135); }

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

background-color css

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

 a { background-color: rgb(218,0,135); }

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

border-color css

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

 span { border-color: rgb(218,0,135); }

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