Html Css Color HEX #DA1283 Medium Violet Red

📋 copy color: '#DA1283'

red 218 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #DA1283

Tints of Medium Violet Red #DA1283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.9%

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 59.4%
G = 4.9%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA1283 (or 0xDA1283) is known color: Medium Violet Red. HEX triplet: DA, 12 and 83. RGB value is (218,18,131). Sum of RGB (Red+Green+Blue) = 218+18+131=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1283 is #25ED7C. Grayscale: #5A5A5A. Windows color (decimal): -2485629 or 8590042. OLE color: 8590042.

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

Color convert

RGB 218 18 131 -
CMYK 0 0.92 0.40 0.15
HSL 326.1º 0.85% 0.46% -
HSV(B) 326.1º 0.92% 0.85% -
XYZ 33.23 16.98 23 -
YUV 90.68 150.76 218.81 -
System Red Green Blue C M Y K H S L
Decimal 218 18 131 0 0.92 0.40 0.15 326.1 0.85 0.46
Hex DA 12 83 0 5C 28 F 146 55 2E
Octal 332 22 203 0 134 50 17 506 125 56
Binary 11011010 10010 10000011 0 1011100 101000 1111 101000110 1010101 101110

Color Harmonies of #DA1283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1283

Black with #DA1283

Text Example


Text Example

White with #DA1283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1283; }

 p { color: rgb(218,18,131); }

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

background-color css

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

 a { background-color: rgb(218,18,131); }

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

border-color css

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

 span { border-color: rgb(218,18,131); }

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