Html Css Color HEX #DA1882 Medium Violet Red

📋 copy color: '#DA1882'

red 218 ◦ green 24 ◦ blue 130

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

Shades of Medium Violet Red #DA1882

Tints of Medium Violet Red #DA1882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 58.6%
G = 6.45%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA1882 (or 0xDA1882) is known color: Medium Violet Red. HEX triplet: DA, 18 and 82. RGB value is (218,24,130). Sum of RGB (Red+Green+Blue) = 218+24+130=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1882 is #25E77D. Grayscale: #5D5D5D. Windows color (decimal): -2484094 or 8526042. OLE color: 8526042.

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

Color convert

RGB 218 24 130 -
CMYK 0 0.89 0.40 0.15
HSL 327.22º 0.8% 0.47% -
HSV(B) 327.22º 0.89% 0.85% -
XYZ 33.27 17.17 22.68 -
YUV 94.09 148.27 216.38 -
System Red Green Blue C M Y K H S L
Decimal 218 24 130 0 0.89 0.40 0.15 327.22 0.8 0.47
Hex DA 18 82 0 59 28 F 147 50 2F
Octal 332 30 202 0 131 50 17 507 120 57
Binary 11011010 11000 10000010 0 1011001 101000 1111 101000111 1010000 101111

Color Harmonies of #DA1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1882

Black with #DA1882

Text Example


Text Example

White with #DA1882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1882; }

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

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

background-color css

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

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

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

border-color css

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

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

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