Html Css Color HEX #DA3DB1 Fuchsia

📋 copy color: '#DA3DB1'

red 218 ◦ green 61 ◦ blue 177

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

Shades of Fuchsia #DA3DB1

Tints of Fuchsia #DA3DB1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.38%

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 47.81%
G = 13.38%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA3DB1 (or 0xDA3DB1) is known color: Fuchsia. HEX triplet: DA, 3D and B1. RGB value is (218,61,177). Sum of RGB (Red+Green+Blue) = 218+61+177=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3DB1 is #25C24E. Grayscale: #787878. Windows color (decimal): -2474575 or 11615706. OLE color: 11615706.

HSL color Cylindrical-coordinate representation of color #DA3DB1: hue angle of 315.67º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3DB1 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 61 177 -
CMYK 0 0.72 0.19 0.15
HSL 315.67º 0.68% 0.55% -
HSV(B) 315.67º 0.72% 0.85% -
XYZ 38.52 21.42 43.7 -
YUV 121.17 159.51 197.07 -
System Red Green Blue C M Y K H S L
Decimal 218 61 177 0 0.72 0.19 0.15 315.67 0.68 0.55
Hex DA 3D B1 0 48 13 F 13C 44 37
Octal 332 75 261 0 110 23 17 474 104 67
Binary 11011010 111101 10110001 0 1001000 10011 1111 100111100 1000100 110111

Color Harmonies of #DA3DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3DB1

Black with #DA3DB1

Text Example


Text Example

White with #DA3DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3DB1; }

 p { color: rgb(218,61,177); }

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

background-color css

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

 a { background-color: rgb(218,61,177); }

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

border-color css

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

 span { border-color: rgb(218,61,177); }

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