Html Css Color HEX #DA54BD Fuchsia

📋 copy color: '#DA54BD'

red 218 ◦ green 84 ◦ blue 189

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

Shades of Fuchsia #DA54BD

Tints of Fuchsia #DA54BD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.11%

 BLUE value IS 189 (74.22% from 255) = 38.49%

R = 44.4%
G = 17.11%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA54BD (or 0xDA54BD) is known color: Fuchsia. HEX triplet: DA, 54 and BD. RGB value is (218,84,189). Sum of RGB (Red+Green+Blue) = 218+84+189=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA54BD is #25AB42. Grayscale: #878787. Windows color (decimal): -2468675 or 12408026. OLE color: 12408026.

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

Color convert

RGB 218 84 189 -
CMYK 0 0.61 0.13 0.15
HSL 312.99º 0.64% 0.59% -
HSV(B) 312.99º 0.61% 0.85% -
XYZ 41.27 24.92 50.78 -
YUV 136.04 157.89 186.46 -
System Red Green Blue C M Y K H S L
Decimal 218 84 189 0 0.61 0.13 0.15 312.99 0.64 0.59
Hex DA 54 BD 0 3D D F 139 40 3B
Octal 332 124 275 0 75 15 17 471 100 73
Binary 11011010 1010100 10111101 0 111101 1101 1111 100111001 1000000 111011

Color Harmonies of #DA54BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA54BD

Black with #DA54BD

Text Example


Text Example

White with #DA54BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA54BD; }

 p { color: rgb(218,84,189); }

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

background-color css

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

 a { background-color: rgb(218,84,189); }

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

border-color css

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

 span { border-color: rgb(218,84,189); }

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