Html Css Color HEX #DA40B9 Fuchsia

📋 copy color: '#DA40B9'

red 218 ◦ green 64 ◦ blue 185

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

Shades of Fuchsia #DA40B9

Tints of Fuchsia #DA40B9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.7%

 BLUE value IS 185 (72.66% from 255) = 39.61%

R = 46.68%
G = 13.7%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA40B9 (or 0xDA40B9) is known color: Fuchsia. HEX triplet: DA, 40 and B9. RGB value is (218,64,185). Sum of RGB (Red+Green+Blue) = 218+64+185=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40B9 is #25BF46. Grayscale: #7B7B7B. Windows color (decimal): -2473799 or 12140762. OLE color: 12140762.

HSL color Cylindrical-coordinate representation of color #DA40B9: hue angle of 312.86º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA40B9 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 185 -
CMYK 0 0.71 0.15 0.15
HSL 312.86º 0.68% 0.55% -
HSV(B) 312.86º 0.71% 0.85% -
XYZ 39.5 22.08 48.08 -
YUV 123.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 218 64 185 0 0.71 0.15 0.15 312.86 0.68 0.55
Hex DA 40 B9 0 47 F F 139 44 37
Octal 332 100 271 0 107 17 17 471 104 67
Binary 11011010 1000000 10111001 0 1000111 1111 1111 100111001 1000100 110111

Color Harmonies of #DA40B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA40B9

Black with #DA40B9

Text Example


Text Example

White with #DA40B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA40B9; }

 p { color: rgb(218,64,185); }

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

background-color css

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

 a { background-color: rgb(218,64,185); }

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

border-color css

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

 span { border-color: rgb(218,64,185); }

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