Html Css Color HEX #DA1BA0 Medium Violet Red

📋 copy color: '#DA1BA0'

red 218 ◦ green 27 ◦ blue 160

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

Shades of Medium Violet Red #DA1BA0

Tints of Medium Violet Red #DA1BA0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.67%

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 53.83%
G = 6.67%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA1BA0 (or 0xDA1BA0) is known color: Medium Violet Red. HEX triplet: DA, 1B and A0. RGB value is (218,27,160). Sum of RGB (Red+Green+Blue) = 218+27+160=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1BA0 is #25E45F. Grayscale: #626262. Windows color (decimal): -2483296 or 10492890. OLE color: 10492890.

HSL color Cylindrical-coordinate representation of color #DA1BA0: hue angle of 318.22º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1BA0 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 27 160 -
CMYK 0 0.88 0.27 0.15
HSL 318.22º 0.78% 0.48% -
HSV(B) 318.22º 0.88% 0.85% -
XYZ 35.65 18.23 34.9 -
YUV 99.27 162.28 212.69 -
System Red Green Blue C M Y K H S L
Decimal 218 27 160 0 0.88 0.27 0.15 318.22 0.78 0.48
Hex DA 1B A0 0 58 1B F 13E 4E 30
Octal 332 33 240 0 130 33 17 476 116 60
Binary 11011010 11011 10100000 0 1011000 11011 1111 100111110 1001110 110000

Color Harmonies of #DA1BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1BA0

Black with #DA1BA0

Text Example


Text Example

White with #DA1BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1BA0; }

 p { color: rgb(218,27,160); }

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

background-color css

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

 a { background-color: rgb(218,27,160); }

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

border-color css

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

 span { border-color: rgb(218,27,160); }

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