Html Css Color HEX #DA1682 Medium Violet Red

📋 copy color: '#DA1682'

red 218 ◦ green 22 ◦ blue 130

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

Shades of Medium Violet Red #DA1682

Tints of Medium Violet Red #DA1682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.95%

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

R = 58.92%
G = 5.95%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA1682 (or 0xDA1682) is known color: Medium Violet Red. HEX triplet: DA, 16 and 82. RGB value is (218,22,130). Sum of RGB (Red+Green+Blue) = 218+22+130=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1682 is #25E97D. Grayscale: #5C5C5C. Windows color (decimal): -2484606 or 8525530. OLE color: 8525530.

HSL color Cylindrical-coordinate representation of color #DA1682: hue angle of 326.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1682 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 130 -
CMYK 0 0.90 0.40 0.15
HSL 326.94º 0.82% 0.47% -
HSV(B) 326.94º 0.9% 0.85% -
XYZ 33.23 17.09 22.67 -
YUV 92.92 148.93 217.22 -
System Red Green Blue C M Y K H S L
Decimal 218 22 130 0 0.90 0.40 0.15 326.94 0.82 0.47
Hex DA 16 82 0 5A 28 F 147 52 2F
Octal 332 26 202 0 132 50 17 507 122 57
Binary 11011010 10110 10000010 0 1011010 101000 1111 101000111 1010010 101111

Color Harmonies of #DA1682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1682

Black with #DA1682

Text Example


Text Example

White with #DA1682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1682; }

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

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

background-color css

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

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

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

border-color css

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

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

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