Html Css Color HEX #DA0C87 Medium Violet Red

📋 copy color: '#DA0C87'

red 218 ◦ green 12 ◦ blue 135

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

Shades of Medium Violet Red #DA0C87

Tints of Medium Violet Red #DA0C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.29%

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

R = 59.73%
G = 3.29%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA0C87 (or 0xDA0C87) is known color: Medium Violet Red. HEX triplet: DA, 0C and 87. RGB value is (218,12,135). Sum of RGB (Red+Green+Blue) = 218+12+135=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0C87 is #25F378. Grayscale: #575757. Windows color (decimal): -2487161 or 8850650. OLE color: 8850650.

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

Color convert

RGB 218 12 135 -
CMYK 0 0.94 0.38 0.15
HSL 324.17º 0.9% 0.45% -
HSV(B) 324.17º 0.94% 0.85% -
XYZ 33.42 16.92 24.43 -
YUV 87.62 154.75 221 -
System Red Green Blue C M Y K H S L
Decimal 218 12 135 0 0.94 0.38 0.15 324.17 0.9 0.45
Hex DA C 87 0 5E 26 F 144 5A 2D
Octal 332 14 207 0 136 46 17 504 132 55
Binary 11011010 1100 10000111 0 1011110 100110 1111 101000100 1011010 101101

Color Harmonies of #DA0C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0C87

Black with #DA0C87

Text Example


Text Example

White with #DA0C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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