Html Css Color HEX #DA55BB Fuchsia

📋 copy color: '#DA55BB'

red 218 ◦ green 85 ◦ blue 187

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

Shades of Fuchsia #DA55BB

Tints of Fuchsia #DA55BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.35%

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

R = 44.49%
G = 17.35%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA55BB (or 0xDA55BB) is known color: Fuchsia. HEX triplet: DA, 55 and BB. RGB value is (218,85,187). Sum of RGB (Red+Green+Blue) = 218+85+187=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA55BB is #25AA44. Grayscale: #888888. Windows color (decimal): -2468421 or 12277210. OLE color: 12277210.

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

Color convert

RGB 218 85 187 -
CMYK 0 0.61 0.14 0.15
HSL 313.99º 0.64% 0.59% -
HSV(B) 313.99º 0.61% 0.85% -
XYZ 41.13 24.99 49.67 -
YUV 136.4 156.56 186.21 -
System Red Green Blue C M Y K H S L
Decimal 218 85 187 0 0.61 0.14 0.15 313.99 0.64 0.59
Hex DA 55 BB 0 3D E F 13A 40 3B
Octal 332 125 273 0 75 16 17 472 100 73
Binary 11011010 1010101 10111011 0 111101 1110 1111 100111010 1000000 111011

Color Harmonies of #DA55BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA55BB

Black with #DA55BB

Text Example


Text Example

White with #DA55BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA55BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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