Html Css Color HEX #DA5DB6 Fuchsia

📋 copy color: '#DA5DB6'

red 218 ◦ green 93 ◦ blue 182

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

Shades of Fuchsia #DA5DB6

Tints of Fuchsia #DA5DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.92%

R = 44.22%
G = 18.86%
B = 36.92%

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

#DA5DB6 (or 0xDA5DB6) is known color: Fuchsia. HEX triplet: DA, 5D and B6. RGB value is (218,93,182). Sum of RGB (Red+Green+Blue) = 218+93+182=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DB6 is #25A249. Grayscale: #8C8C8C. Windows color (decimal): -2466378 or 11951578. OLE color: 11951578.

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

Color convert

RGB 218 93 182 -
CMYK 0 0.57 0.17 0.15
HSL 317.28º 0.63% 0.61% -
HSV(B) 317.28º 0.57% 0.85% -
XYZ 41.27 26.11 47.12 -
YUV 140.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 218 93 182 0 0.57 0.17 0.15 317.28 0.63 0.61
Hex DA 5D B6 0 39 11 F 13D 3F 3D
Octal 332 135 266 0 71 21 17 475 77 75
Binary 11011010 1011101 10110110 0 111001 10001 1111 100111101 111111 111101

Color Harmonies of #DA5DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5DB6

Black with #DA5DB6

Text Example


Text Example

White with #DA5DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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