Html Css Color HEX #DA5BBA Fuchsia

📋 copy color: '#DA5BBA'

red 218 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #DA5BBA

Tints of Fuchsia #DA5BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.38%

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 44.04%
G = 18.38%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA5BBA (or 0xDA5BBA) is known color: Fuchsia. HEX triplet: DA, 5B and BA. RGB value is (218,91,186). Sum of RGB (Red+Green+Blue) = 218+91+186=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5BBA is #25A445. Grayscale: #8B8B8B. Windows color (decimal): -2466886 or 12213210. OLE color: 12213210.

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

Color convert

RGB 218 91 186 -
CMYK 0 0.58 0.15 0.15
HSL 315.12º 0.63% 0.61% -
HSV(B) 315.12º 0.58% 0.85% -
XYZ 41.52 25.93 49.27 -
YUV 139.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 218 91 186 0 0.58 0.15 0.15 315.12 0.63 0.61
Hex DA 5B BA 0 3A F F 13B 3F 3D
Octal 332 133 272 0 72 17 17 473 77 75
Binary 11011010 1011011 10111010 0 111010 1111 1111 100111011 111111 111101

Color Harmonies of #DA5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5BBA

Black with #DA5BBA

Text Example


Text Example

White with #DA5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5BBA; }

 p { color: rgb(218,91,186); }

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

background-color css

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

 a { background-color: rgb(218,91,186); }

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

border-color css

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

 span { border-color: rgb(218,91,186); }

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