Html Css Color HEX #DA1285 Medium Violet Red

📋 copy color: '#DA1285'

red 218 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #DA1285

Tints of Medium Violet Red #DA1285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 59.08%
G = 4.88%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA1285 (or 0xDA1285) is known color: Medium Violet Red. HEX triplet: DA, 12 and 85. RGB value is (218,18,133). Sum of RGB (Red+Green+Blue) = 218+18+133=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1285 is #25ED7A. Grayscale: #5A5A5A. Windows color (decimal): -2485627 or 8721114. OLE color: 8721114.

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

Color convert

RGB 218 18 133 -
CMYK 0 0.92 0.39 0.15
HSL 325.5º 0.85% 0.46% -
HSV(B) 325.5º 0.92% 0.85% -
XYZ 33.36 17.03 23.72 -
YUV 90.91 151.76 218.65 -
System Red Green Blue C M Y K H S L
Decimal 218 18 133 0 0.92 0.39 0.15 325.5 0.85 0.46
Hex DA 12 85 0 5C 27 F 146 55 2E
Octal 332 22 205 0 134 47 17 506 125 56
Binary 11011010 10010 10000101 0 1011100 100111 1111 101000110 1010101 101110

Color Harmonies of #DA1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1285

Black with #DA1285

Text Example


Text Example

White with #DA1285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1285; }

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

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

background-color css

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

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

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

border-color css

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

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

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