Html Css Color HEX #DA1482 Medium Violet Red

📋 copy color: '#DA1482'

red 218 ◦ green 20 ◦ blue 130

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

Shades of Medium Violet Red #DA1482

Tints of Medium Violet Red #DA1482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.43%

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

R = 59.24%
G = 5.43%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA1482 (or 0xDA1482) is known color: Medium Violet Red. HEX triplet: DA, 14 and 82. RGB value is (218,20,130). Sum of RGB (Red+Green+Blue) = 218+20+130=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1482 is #25EB7D. Grayscale: #5B5B5B. Windows color (decimal): -2485118 or 8525018. OLE color: 8525018.

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

Color convert

RGB 218 20 130 -
CMYK 0 0.91 0.40 0.15
HSL 326.67º 0.83% 0.47% -
HSV(B) 326.67º 0.91% 0.85% -
XYZ 33.19 17.02 22.65 -
YUV 91.74 149.6 218.06 -
System Red Green Blue C M Y K H S L
Decimal 218 20 130 0 0.91 0.40 0.15 326.67 0.83 0.47
Hex DA 14 82 0 5B 28 F 147 53 2F
Octal 332 24 202 0 133 50 17 507 123 57
Binary 11011010 10100 10000010 0 1011011 101000 1111 101000111 1010011 101111

Color Harmonies of #DA1482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1482

Black with #DA1482

Text Example


Text Example

White with #DA1482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1482; }

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

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

background-color css

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

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

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

border-color css

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

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

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