Html Css Color HEX #DA5DB5 Fuchsia

📋 copy color: '#DA5DB5'

red 218 ◦ green 93 ◦ blue 181

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

Shades of Fuchsia #DA5DB5

Tints of Fuchsia #DA5DB5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.9%

 BLUE value IS 181 (71.09% from 255) = 36.79%

R = 44.31%
G = 18.9%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA5DB5 (or 0xDA5DB5) is known color: Fuchsia. HEX triplet: DA, 5D and B5. RGB value is (218,93,181). Sum of RGB (Red+Green+Blue) = 218+93+181=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DB5 is #25A24A. Grayscale: #8C8C8C. Windows color (decimal): -2466379 or 11886042. OLE color: 11886042.

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

Color convert

RGB 218 93 181 -
CMYK 0 0.57 0.17 0.15
HSL 317.76º 0.63% 0.61% -
HSV(B) 317.76º 0.57% 0.85% -
XYZ 41.17 26.07 46.58 -
YUV 140.41 150.91 183.34 -
System Red Green Blue C M Y K H S L
Decimal 218 93 181 0 0.57 0.17 0.15 317.76 0.63 0.61
Hex DA 5D B5 0 39 11 F 13E 3F 3D
Octal 332 135 265 0 71 21 17 476 77 75
Binary 11011010 1011101 10110101 0 111001 10001 1111 100111110 111111 111101

Color Harmonies of #DA5DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5DB5

Black with #DA5DB5

Text Example


Text Example

White with #DA5DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5DB5; }

 p { color: rgb(218,93,181); }

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

background-color css

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

 a { background-color: rgb(218,93,181); }

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

border-color css

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

 span { border-color: rgb(218,93,181); }

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