Html Css Color HEX #DA1896 Medium Violet Red

📋 copy color: '#DA1896'

red 218 ◦ green 24 ◦ blue 150

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

Shades of Medium Violet Red #DA1896

Tints of Medium Violet Red #DA1896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.12%

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 55.61%
G = 6.12%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA1896 (or 0xDA1896) is known color: Medium Violet Red. HEX triplet: DA, 18 and 96. RGB value is (218,24,150). Sum of RGB (Red+Green+Blue) = 218+24+150=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1896 is #25E769. Grayscale: #606060. Windows color (decimal): -2484074 or 9836762. OLE color: 9836762.

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

Color convert

RGB 218 24 150 -
CMYK 0 0.89 0.31 0.15
HSL 321.03º 0.8% 0.47% -
HSV(B) 321.03º 0.89% 0.85% -
XYZ 34.75 17.76 30.45 -
YUV 96.37 158.27 214.75 -
System Red Green Blue C M Y K H S L
Decimal 218 24 150 0 0.89 0.31 0.15 321.03 0.8 0.47
Hex DA 18 96 0 59 1F F 141 50 2F
Octal 332 30 226 0 131 37 17 501 120 57
Binary 11011010 11000 10010110 0 1011001 11111 1111 101000001 1010000 101111

Color Harmonies of #DA1896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1896

Black with #DA1896

Text Example


Text Example

White with #DA1896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1896; }

 p { color: rgb(218,24,150); }

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

background-color css

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

 a { background-color: rgb(218,24,150); }

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

border-color css

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

 span { border-color: rgb(218,24,150); }

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