Html Css Color HEX #DA52B3 Fuchsia

📋 copy color: '#DA52B3'

red 218 ◦ green 82 ◦ blue 179

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

Shades of Fuchsia #DA52B3

Tints of Fuchsia #DA52B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.37%

R = 45.51%
G = 17.12%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA52B3 (or 0xDA52B3) is known color: Fuchsia. HEX triplet: DA, 52 and B3. RGB value is (218,82,179). Sum of RGB (Red+Green+Blue) = 218+82+179=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA52B3 is #25AD4C. Grayscale: #858585. Windows color (decimal): -2469197 or 11752154. OLE color: 11752154.

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

Color convert

RGB 218 82 179 -
CMYK 0 0.62 0.18 0.15
HSL 317.21º 0.65% 0.59% -
HSV(B) 317.21º 0.62% 0.85% -
XYZ 40.07 24.19 45.21 -
YUV 133.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 218 82 179 0 0.62 0.18 0.15 317.21 0.65 0.59
Hex DA 52 B3 0 3E 12 F 13D 41 3B
Octal 332 122 263 0 76 22 17 475 101 73
Binary 11011010 1010010 10110011 0 111110 10010 1111 100111101 1000001 111011

Color Harmonies of #DA52B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA52B3

Black with #DA52B3

Text Example


Text Example

White with #DA52B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA52B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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