Html Css Color HEX #DA51B7 Fuchsia

📋 copy color: '#DA51B7'

red 218 ◦ green 81 ◦ blue 183

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

Shades of Fuchsia #DA51B7

Tints of Fuchsia #DA51B7

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.8%

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

R = 45.23%
G = 16.8%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA51B7 (or 0xDA51B7) is known color: Fuchsia. HEX triplet: DA, 51 and B7. RGB value is (218,81,183). Sum of RGB (Red+Green+Blue) = 218+81+183=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA51B7 is #25AE48. Grayscale: #858585. Windows color (decimal): -2469449 or 12014042. OLE color: 12014042.

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

Color convert

RGB 218 81 183 -
CMYK 0 0.63 0.16 0.15
HSL 315.33º 0.65% 0.59% -
HSV(B) 315.33º 0.63% 0.85% -
XYZ 40.4 24.21 47.34 -
YUV 133.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 218 81 183 0 0.63 0.16 0.15 315.33 0.65 0.59
Hex DA 51 B7 0 3F 10 F 13B 41 3B
Octal 332 121 267 0 77 20 17 473 101 73
Binary 11011010 1010001 10110111 0 111111 10000 1111 100111011 1000001 111011

Color Harmonies of #DA51B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA51B7

Black with #DA51B7

Text Example


Text Example

White with #DA51B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA51B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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