Html Css Color HEX #DA52BB Fuchsia

📋 copy color: '#DA52BB'

red 218 ◦ green 82 ◦ blue 187

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

Shades of Fuchsia #DA52BB

Tints of Fuchsia #DA52BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 44.76%
G = 16.84%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA52BB (or 0xDA52BB) is known color: Fuchsia. HEX triplet: DA, 52 and BB. RGB value is (218,82,187). Sum of RGB (Red+Green+Blue) = 218+82+187=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA52BB is #25AD44. Grayscale: #868686. Windows color (decimal): -2469189 or 12276442. OLE color: 12276442.

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

Color convert

RGB 218 82 187 -
CMYK 0 0.62 0.14 0.15
HSL 313.68º 0.65% 0.59% -
HSV(B) 313.68º 0.62% 0.85% -
XYZ 40.9 24.53 49.59 -
YUV 134.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 218 82 187 0 0.62 0.14 0.15 313.68 0.65 0.59
Hex DA 52 BB 0 3E E F 13A 41 3B
Octal 332 122 273 0 76 16 17 472 101 73
Binary 11011010 1010010 10111011 0 111110 1110 1111 100111010 1000001 111011

Color Harmonies of #DA52BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA52BB

Black with #DA52BB

Text Example


Text Example

White with #DA52BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA52BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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