Html Css Color HEX #DA5DB2 Fuchsia

📋 copy color: '#DA5DB2'

red 218 ◦ green 93 ◦ blue 178

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

Shades of Fuchsia #DA5DB2

Tints of Fuchsia #DA5DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.4%

R = 44.58%
G = 19.02%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA5DB2 (or 0xDA5DB2) is known color: Fuchsia. HEX triplet: DA, 5D and B2. RGB value is (218,93,178). Sum of RGB (Red+Green+Blue) = 218+93+178=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5DB2 is #25A24D. Grayscale: #8B8B8B. Windows color (decimal): -2466382 or 11689434. OLE color: 11689434.

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

Color convert

RGB 218 93 178 -
CMYK 0 0.57 0.18 0.15
HSL 319.2º 0.63% 0.61% -
HSV(B) 319.2º 0.57% 0.85% -
XYZ 40.86 25.95 44.97 -
YUV 140.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 218 93 178 0 0.57 0.18 0.15 319.2 0.63 0.61
Hex DA 5D B2 0 39 12 F 13F 3F 3D
Octal 332 135 262 0 71 22 17 477 77 75
Binary 11011010 1011101 10110010 0 111001 10010 1111 100111111 111111 111101

Color Harmonies of #DA5DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5DB2

Black with #DA5DB2

Text Example


Text Example

White with #DA5DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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