Html Css Color HEX #DA3EBA Fuchsia

📋 copy color: '#DA3EBA'

red 218 ◦ green 62 ◦ blue 186

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

Shades of Fuchsia #DA3EBA

Tints of Fuchsia #DA3EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.3%

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 46.78%
G = 13.3%
B = 39.91%

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

#DA3EBA (or 0xDA3EBA) is known color: Fuchsia. HEX triplet: DA, 3E and BA. RGB value is (218,62,186). Sum of RGB (Red+Green+Blue) = 218+62+186=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3EBA is #25C145. Grayscale: #7A7A7A. Windows color (decimal): -2474310 or 12205786. OLE color: 12205786.

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

Color convert

RGB 218 62 186 -
CMYK 0 0.72 0.15 0.15
HSL 312.31º 0.68% 0.55% -
HSV(B) 312.31º 0.72% 0.85% -
XYZ 39.5 21.9 48.6 -
YUV 122.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 218 62 186 0 0.72 0.15 0.15 312.31 0.68 0.55
Hex DA 3E BA 0 48 F F 138 44 37
Octal 332 76 272 0 110 17 17 470 104 67
Binary 11011010 111110 10111010 0 1001000 1111 1111 100111000 1000100 110111

Color Harmonies of #DA3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3EBA

Black with #DA3EBA

Text Example


Text Example

White with #DA3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3EBA; }

 p { color: rgb(218,62,186); }

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

background-color css

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

 a { background-color: rgb(218,62,186); }

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

border-color css

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

 span { border-color: rgb(218,62,186); }

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