Html Css Color HEX #DA53BB Fuchsia

📋 copy color: '#DA53BB'

red 218 ◦ green 83 ◦ blue 187

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

Shades of Fuchsia #DA53BB

Tints of Fuchsia #DA53BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.01%

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

R = 44.67%
G = 17.01%
B = 38.32%

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

#DA53BB (or 0xDA53BB) is known color: Fuchsia. HEX triplet: DA, 53 and BB. RGB value is (218,83,187). Sum of RGB (Red+Green+Blue) = 218+83+187=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA53BB is #25AC44. Grayscale: #868686. Windows color (decimal): -2468933 or 12276698. OLE color: 12276698.

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

Color convert

RGB 218 83 187 -
CMYK 0 0.62 0.14 0.15
HSL 313.78º 0.65% 0.59% -
HSV(B) 313.78º 0.62% 0.85% -
XYZ 40.98 24.68 49.62 -
YUV 135.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 218 83 187 0 0.62 0.14 0.15 313.78 0.65 0.59
Hex DA 53 BB 0 3E E F 13A 41 3B
Octal 332 123 273 0 76 16 17 472 101 73
Binary 11011010 1010011 10111011 0 111110 1110 1111 100111010 1000001 111011

Color Harmonies of #DA53BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA53BB

Black with #DA53BB

Text Example


Text Example

White with #DA53BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA53BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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