Html Css Color HEX #DA3DB9 Fuchsia

📋 copy color: '#DA3DB9'

red 218 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #DA3DB9

Tints of Fuchsia #DA3DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.87%

R = 46.98%
G = 13.15%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA3DB9 (or 0xDA3DB9) is known color: Fuchsia. HEX triplet: DA, 3D and B9. RGB value is (218,61,185). Sum of RGB (Red+Green+Blue) = 218+61+185=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3DB9 is #25C246. Grayscale: #797979. Windows color (decimal): -2474567 or 12139994. OLE color: 12139994.

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

Color convert

RGB 218 61 185 -
CMYK 0 0.72 0.15 0.15
HSL 312.61º 0.68% 0.55% -
HSV(B) 312.61º 0.72% 0.85% -
XYZ 39.34 21.75 48.02 -
YUV 122.08 163.51 196.42 -
System Red Green Blue C M Y K H S L
Decimal 218 61 185 0 0.72 0.15 0.15 312.61 0.68 0.55
Hex DA 3D B9 0 48 F F 139 44 37
Octal 332 75 271 0 110 17 17 471 104 67
Binary 11011010 111101 10111001 0 1001000 1111 1111 100111001 1000100 110111

Color Harmonies of #DA3DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3DB9

Black with #DA3DB9

Text Example


Text Example

White with #DA3DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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