Html Css Color HEX #DA55BC Fuchsia

📋 copy color: '#DA55BC'

red 218 ◦ green 85 ◦ blue 188

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

Shades of Fuchsia #DA55BC

Tints of Fuchsia #DA55BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.31%

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 44.4%
G = 17.31%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA55BC (or 0xDA55BC) is known color: Fuchsia. HEX triplet: DA, 55 and BC. RGB value is (218,85,188). Sum of RGB (Red+Green+Blue) = 218+85+188=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA55BC is #25AA43. Grayscale: #888888. Windows color (decimal): -2468420 or 12342746. OLE color: 12342746.

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

Color convert

RGB 218 85 188 -
CMYK 0 0.61 0.14 0.15
HSL 313.53º 0.64% 0.59% -
HSV(B) 313.53º 0.61% 0.85% -
XYZ 41.24 25.03 50.24 -
YUV 136.51 157.06 186.12 -
System Red Green Blue C M Y K H S L
Decimal 218 85 188 0 0.61 0.14 0.15 313.53 0.64 0.59
Hex DA 55 BC 0 3D E F 13A 40 3B
Octal 332 125 274 0 75 16 17 472 100 73
Binary 11011010 1010101 10111100 0 111101 1110 1111 100111010 1000000 111011

Color Harmonies of #DA55BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA55BC

Black with #DA55BC

Text Example


Text Example

White with #DA55BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA55BC; }

 p { color: rgb(218,85,188); }

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

background-color css

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

 a { background-color: rgb(218,85,188); }

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

border-color css

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

 span { border-color: rgb(218,85,188); }

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