Html Css Color HEX #DA52BA Fuchsia

📋 copy color: '#DA52BA'

red 218 ◦ green 82 ◦ blue 186

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

Shades of Fuchsia #DA52BA

Tints of Fuchsia #DA52BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.87%

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 44.86%
G = 16.87%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA52BA (or 0xDA52BA) is known color: Fuchsia. HEX triplet: DA, 52 and BA. RGB value is (218,82,186). Sum of RGB (Red+Green+Blue) = 218+82+186=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA52BA is #25AD45. Grayscale: #868686. Windows color (decimal): -2469190 or 12210906. OLE color: 12210906.

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

Color convert

RGB 218 82 186 -
CMYK 0 0.62 0.15 0.15
HSL 314.12º 0.65% 0.59% -
HSV(B) 314.12º 0.62% 0.85% -
XYZ 40.79 24.49 49.03 -
YUV 134.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 218 82 186 0 0.62 0.15 0.15 314.12 0.65 0.59
Hex DA 52 BA 0 3E F F 13A 41 3B
Octal 332 122 272 0 76 17 17 472 101 73
Binary 11011010 1010010 10111010 0 111110 1111 1111 100111010 1000001 111011

Color Harmonies of #DA52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA52BA

Black with #DA52BA

Text Example


Text Example

White with #DA52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA52BA; }

 p { color: rgb(218,82,186); }

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

background-color css

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

 a { background-color: rgb(218,82,186); }

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

border-color css

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

 span { border-color: rgb(218,82,186); }

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