Html Css Color HEX #DA55B7 Fuchsia

📋 copy color: '#DA55B7'

red 218 ◦ green 85 ◦ blue 183

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

Shades of Fuchsia #DA55B7

Tints of Fuchsia #DA55B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.65%

R = 44.86%
G = 17.49%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA55B7 (or 0xDA55B7) is known color: Fuchsia. HEX triplet: DA, 55 and B7. RGB value is (218,85,183). Sum of RGB (Red+Green+Blue) = 218+85+183=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA55B7 is #25AA48. Grayscale: #878787. Windows color (decimal): -2468425 or 12015066. OLE color: 12015066.

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

Color convert

RGB 218 85 183 -
CMYK 0 0.61 0.16 0.15
HSL 315.79º 0.64% 0.59% -
HSV(B) 315.79º 0.61% 0.85% -
XYZ 40.71 24.82 47.45 -
YUV 135.94 154.56 186.53 -
System Red Green Blue C M Y K H S L
Decimal 218 85 183 0 0.61 0.16 0.15 315.79 0.64 0.59
Hex DA 55 B7 0 3D 10 F 13C 40 3B
Octal 332 125 267 0 75 20 17 474 100 73
Binary 11011010 1010101 10110111 0 111101 10000 1111 100111100 1000000 111011

Color Harmonies of #DA55B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA55B7

Black with #DA55B7

Text Example


Text Example

White with #DA55B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA55B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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