Html Css Color HEX #DA55B9 Fuchsia

📋 copy color: '#DA55B9'

red 218 ◦ green 85 ◦ blue 185

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

Shades of Fuchsia #DA55B9

Tints of Fuchsia #DA55B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.91%

R = 44.67%
G = 17.42%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA55B9 (or 0xDA55B9) is known color: Fuchsia. HEX triplet: DA, 55 and B9. RGB value is (218,85,185). Sum of RGB (Red+Green+Blue) = 218+85+185=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA55B9 is #25AA46. Grayscale: #878787. Windows color (decimal): -2468423 or 12146138. OLE color: 12146138.

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

Color convert

RGB 218 85 185 -
CMYK 0 0.61 0.15 0.15
HSL 314.89º 0.64% 0.59% -
HSV(B) 314.89º 0.61% 0.85% -
XYZ 40.92 24.91 48.55 -
YUV 136.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 218 85 185 0 0.61 0.15 0.15 314.89 0.64 0.59
Hex DA 55 B9 0 3D F F 13B 40 3B
Octal 332 125 271 0 75 17 17 473 100 73
Binary 11011010 1010101 10111001 0 111101 1111 1111 100111011 1000000 111011

Color Harmonies of #DA55B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA55B9

Black with #DA55B9

Text Example


Text Example

White with #DA55B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA55B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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