Html Css Color HEX #DA1384 Medium Violet Red

📋 copy color: '#DA1384'

red 218 ◦ green 19 ◦ blue 132

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

Shades of Medium Violet Red #DA1384

Tints of Medium Violet Red #DA1384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.15%

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 59.08%
G = 5.15%
B = 35.77%

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

#DA1384 (or 0xDA1384) is known color: Medium Violet Red. HEX triplet: DA, 13 and 84. RGB value is (218,19,132). Sum of RGB (Red+Green+Blue) = 218+19+132=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1384 is #25EC7B. Grayscale: #5B5B5B. Windows color (decimal): -2485372 or 8655834. OLE color: 8655834.

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

Color convert

RGB 218 19 132 -
CMYK 0 0.91 0.39 0.15
HSL 325.93º 0.84% 0.46% -
HSV(B) 325.93º 0.91% 0.85% -
XYZ 33.31 17.04 23.36 -
YUV 91.38 150.93 218.31 -
System Red Green Blue C M Y K H S L
Decimal 218 19 132 0 0.91 0.39 0.15 325.93 0.84 0.46
Hex DA 13 84 0 5B 27 F 146 54 2E
Octal 332 23 204 0 133 47 17 506 124 56
Binary 11011010 10011 10000100 0 1011011 100111 1111 101000110 1010100 101110

Color Harmonies of #DA1384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1384

Black with #DA1384

Text Example


Text Example

White with #DA1384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1384; }

 p { color: rgb(218,19,132); }

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

background-color css

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

 a { background-color: rgb(218,19,132); }

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

border-color css

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

 span { border-color: rgb(218,19,132); }

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