Html Css Color HEX #DA1BA4 Medium Violet Red

📋 copy color: '#DA1BA4'

red 218 ◦ green 27 ◦ blue 164

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

Shades of Medium Violet Red #DA1BA4

Tints of Medium Violet Red #DA1BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.1%

R = 53.3%
G = 6.6%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA1BA4 (or 0xDA1BA4) is known color: Medium Violet Red. HEX triplet: DA, 1B and A4. RGB value is (218,27,164). Sum of RGB (Red+Green+Blue) = 218+27+164=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1BA4 is #25E45B. Grayscale: #636363. Windows color (decimal): -2483292 or 10755034. OLE color: 10755034.

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

Color convert

RGB 218 27 164 -
CMYK 0 0.88 0.25 0.15
HSL 316.96º 0.78% 0.48% -
HSV(B) 316.96º 0.88% 0.85% -
XYZ 36.01 18.37 36.77 -
YUV 99.73 164.28 212.36 -
System Red Green Blue C M Y K H S L
Decimal 218 27 164 0 0.88 0.25 0.15 316.96 0.78 0.48
Hex DA 1B A4 0 58 19 F 13D 4E 30
Octal 332 33 244 0 130 31 17 475 116 60
Binary 11011010 11011 10100100 0 1011000 11001 1111 100111101 1001110 110000

Color Harmonies of #DA1BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1BA4

Black with #DA1BA4

Text Example


Text Example

White with #DA1BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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