Html Css Color HEX #DA5DB7 Fuchsia

📋 copy color: '#DA5DB7'

red 218 ◦ green 93 ◦ blue 183

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

Shades of Fuchsia #DA5DB7

Tints of Fuchsia #DA5DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.04%

R = 44.13%
G = 18.83%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA5DB7 (or 0xDA5DB7) is known color: Fuchsia. HEX triplet: DA, 5D and B7. RGB value is (218,93,183). Sum of RGB (Red+Green+Blue) = 218+93+183=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DB7 is #25A248. Grayscale: #8C8C8C. Windows color (decimal): -2466377 or 12017114. OLE color: 12017114.

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

Color convert

RGB 218 93 183 -
CMYK 0 0.57 0.16 0.15
HSL 316.8º 0.63% 0.61% -
HSV(B) 316.8º 0.57% 0.85% -
XYZ 41.38 26.15 47.67 -
YUV 140.64 151.91 183.18 -
System Red Green Blue C M Y K H S L
Decimal 218 93 183 0 0.57 0.16 0.15 316.8 0.63 0.61
Hex DA 5D B7 0 39 10 F 13D 3F 3D
Octal 332 135 267 0 71 20 17 475 77 75
Binary 11011010 1011101 10110111 0 111001 10000 1111 100111101 111111 111101

Color Harmonies of #DA5DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5DB7

Black with #DA5DB7

Text Example


Text Example

White with #DA5DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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