Html Css Color HEX #DA3BBE Fuchsia

📋 copy color: '#DA3BBE'

red 218 ◦ green 59 ◦ blue 190

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

Shades of Fuchsia #DA3BBE

Tints of Fuchsia #DA3BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.63%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 46.68%
G = 12.63%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA3BBE (or 0xDA3BBE) is known color: Fuchsia. HEX triplet: DA, 3B and BE. RGB value is (218,59,190). Sum of RGB (Red+Green+Blue) = 218+59+190=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3BBE is #25C441. Grayscale: #797979. Windows color (decimal): -2475074 or 12467162. OLE color: 12467162.

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

Color convert

RGB 218 59 190 -
CMYK 0 0.73 0.13 0.15
HSL 310.57º 0.68% 0.54% -
HSV(B) 310.57º 0.73% 0.85% -
XYZ 39.77 21.75 50.82 -
YUV 121.48 166.68 196.85 -
System Red Green Blue C M Y K H S L
Decimal 218 59 190 0 0.73 0.13 0.15 310.57 0.68 0.54
Hex DA 3B BE 0 49 D F 137 44 36
Octal 332 73 276 0 111 15 17 467 104 66
Binary 11011010 111011 10111110 0 1001001 1101 1111 100110111 1000100 110110

Color Harmonies of #DA3BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3BBE

Black with #DA3BBE

Text Example


Text Example

White with #DA3BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3BBE; }

 p { color: rgb(218,59,190); }

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

background-color css

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

 a { background-color: rgb(218,59,190); }

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

border-color css

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

 span { border-color: rgb(218,59,190); }

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