Html Css Color HEX #DA1486 Medium Violet Red

📋 copy color: '#DA1486'

red 218 ◦ green 20 ◦ blue 134

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

Shades of Medium Violet Red #DA1486

Tints of Medium Violet Red #DA1486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.38%

 BLUE value IS 134 (52.73% from 255) = 36.02%

R = 58.6%
G = 5.38%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA1486 (or 0xDA1486) is known color: Medium Violet Red. HEX triplet: DA, 14 and 86. RGB value is (218,20,134). Sum of RGB (Red+Green+Blue) = 218+20+134=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1486 is #25EB79. Grayscale: #5B5B5B. Windows color (decimal): -2485114 or 8787162. OLE color: 8787162.

HSL color Cylindrical-coordinate representation of color #DA1486: hue angle of 325.45º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1486 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 20 134 -
CMYK 0 0.91 0.39 0.15
HSL 325.45º 0.83% 0.47% -
HSV(B) 325.45º 0.91% 0.85% -
XYZ 33.47 17.13 24.1 -
YUV 92.2 151.6 217.73 -
System Red Green Blue C M Y K H S L
Decimal 218 20 134 0 0.91 0.39 0.15 325.45 0.83 0.47
Hex DA 14 86 0 5B 27 F 145 53 2F
Octal 332 24 206 0 133 47 17 505 123 57
Binary 11011010 10100 10000110 0 1011011 100111 1111 101000101 1010011 101111

Color Harmonies of #DA1486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1486

Black with #DA1486

Text Example


Text Example

White with #DA1486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1486; }

 p { color: rgb(218,20,134); }

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

background-color css

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

 a { background-color: rgb(218,20,134); }

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

border-color css

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

 span { border-color: rgb(218,20,134); }

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