Html Css Color HEX #DA3FB0 Fuchsia

📋 copy color: '#DA3FB0'

red 218 ◦ green 63 ◦ blue 176

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

Shades of Fuchsia #DA3FB0

Tints of Fuchsia #DA3FB0

RGB

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

 GREEN value IS 63 (25% from 255) = 13.79%

 BLUE value IS 176 (69.14% from 255) = 38.51%

R = 47.7%
G = 13.79%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA3FB0 (or 0xDA3FB0) is known color: Fuchsia. HEX triplet: DA, 3F and B0. RGB value is (218,63,176). Sum of RGB (Red+Green+Blue) = 218+63+176=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3FB0 is #25C04F. Grayscale: #797979. Windows color (decimal): -2474064 or 11550682. OLE color: 11550682.

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

Color convert

RGB 218 63 176 -
CMYK 0 0.71 0.19 0.15
HSL 316.26º 0.68% 0.55% -
HSV(B) 316.26º 0.71% 0.85% -
XYZ 38.53 21.6 43.21 -
YUV 122.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 218 63 176 0 0.71 0.19 0.15 316.26 0.68 0.55
Hex DA 3F B0 0 47 13 F 13C 44 37
Octal 332 77 260 0 107 23 17 474 104 67
Binary 11011010 111111 10110000 0 1000111 10011 1111 100111100 1000100 110111

Color Harmonies of #DA3FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3FB0

Black with #DA3FB0

Text Example


Text Example

White with #DA3FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3FB0; }

 p { color: rgb(218,63,176); }

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

background-color css

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

 a { background-color: rgb(218,63,176); }

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

border-color css

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

 span { border-color: rgb(218,63,176); }

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