Html Css Color HEX #DA5CB2 Fuchsia

📋 copy color: '#DA5CB2'

red 218 ◦ green 92 ◦ blue 178

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

Shades of Fuchsia #DA5CB2

Tints of Fuchsia #DA5CB2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.85%

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

R = 44.67%
G = 18.85%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA5CB2 (or 0xDA5CB2) is known color: Fuchsia. HEX triplet: DA, 5C and B2. RGB value is (218,92,178). Sum of RGB (Red+Green+Blue) = 218+92+178=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5CB2 is #25A34D. Grayscale: #8B8B8B. Windows color (decimal): -2466638 or 11689178. OLE color: 11689178.

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

Color convert

RGB 218 92 178 -
CMYK 0 0.58 0.18 0.15
HSL 319.05º 0.63% 0.61% -
HSV(B) 319.05º 0.58% 0.85% -
XYZ 40.78 25.77 44.95 -
YUV 139.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 218 92 178 0 0.58 0.18 0.15 319.05 0.63 0.61
Hex DA 5C B2 0 3A 12 F 13F 3F 3D
Octal 332 134 262 0 72 22 17 477 77 75
Binary 11011010 1011100 10110010 0 111010 10010 1111 100111111 111111 111101

Color Harmonies of #DA5CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5CB2

Black with #DA5CB2

Text Example


Text Example

White with #DA5CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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