Html Css Color HEX #DA3ABB Fuchsia

📋 copy color: '#DA3ABB'

red 218 ◦ green 58 ◦ blue 187

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

Shades of Fuchsia #DA3ABB

Tints of Fuchsia #DA3ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.53%

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 47.08%
G = 12.53%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA3ABB (or 0xDA3ABB) is known color: Fuchsia. HEX triplet: DA, 3A and BB. RGB value is (218,58,187). Sum of RGB (Red+Green+Blue) = 218+58+187=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3ABB is #25C544. Grayscale: #787878. Windows color (decimal): -2475333 or 12270298. OLE color: 12270298.

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

Color convert

RGB 218 58 187 -
CMYK 0 0.73 0.14 0.15
HSL 311.63º 0.68% 0.54% -
HSV(B) 311.63º 0.73% 0.85% -
XYZ 39.4 21.52 49.09 -
YUV 120.55 165.51 197.51 -
System Red Green Blue C M Y K H S L
Decimal 218 58 187 0 0.73 0.14 0.15 311.63 0.68 0.54
Hex DA 3A BB 0 49 E F 138 44 36
Octal 332 72 273 0 111 16 17 470 104 66
Binary 11011010 111010 10111011 0 1001001 1110 1111 100111000 1000100 110110

Color Harmonies of #DA3ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3ABB

Black with #DA3ABB

Text Example


Text Example

White with #DA3ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3ABB; }

 p { color: rgb(218,58,187); }

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

background-color css

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

 a { background-color: rgb(218,58,187); }

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

border-color css

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

 span { border-color: rgb(218,58,187); }

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