Html Css Color HEX #DA0384 Medium Violet Red

📋 copy color: '#DA0384'

red 218 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #DA0384

Tints of Medium Violet Red #DA0384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 61.76%
G = 0.85%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA0384 (or 0xDA0384) is known color: Medium Violet Red. HEX triplet: DA, 03 and 84. RGB value is (218,3,132). Sum of RGB (Red+Green+Blue) = 218+3+132=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0384 is #25FC7B. Grayscale: #515151. Windows color (decimal): -2489468 or 8651738. OLE color: 8651738.

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

Color convert

RGB 218 3 132 -
CMYK 0 0.99 0.39 0.15
HSL 324º 0.97% 0.43% -
HSV(B) 324º 0.99% 0.85% -
XYZ 33.11 16.64 23.3 -
YUV 81.99 156.23 225.01 -
System Red Green Blue C M Y K H S L
Decimal 218 3 132 0 0.99 0.39 0.15 324 0.97 0.43
Hex DA 3 84 0 63 27 F 144 61 2B
Octal 332 3 204 0 143 47 17 504 141 53
Binary 11011010 11 10000100 0 1100011 100111 1111 101000100 1100001 101011

Color Harmonies of #DA0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0384

Black with #DA0384

Text Example


Text Example

White with #DA0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0384; }

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

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

background-color css

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

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

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

border-color css

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

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

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