Html Css Color HEX #DA40BB Fuchsia

📋 copy color: '#DA40BB'

red 218 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #DA40BB

Tints of Fuchsia #DA40BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.87%

R = 46.48%
G = 13.65%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA40BB (or 0xDA40BB) is known color: Fuchsia. HEX triplet: DA, 40 and BB. RGB value is (218,64,187). Sum of RGB (Red+Green+Blue) = 218+64+187=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40BB is #25BF44. Grayscale: #7B7B7B. Windows color (decimal): -2473797 or 12271834. OLE color: 12271834.

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

Color convert

RGB 218 64 187 -
CMYK 0 0.71 0.14 0.15
HSL 312.08º 0.68% 0.55% -
HSV(B) 312.08º 0.71% 0.85% -
XYZ 39.72 22.16 49.2 -
YUV 124.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 218 64 187 0 0.71 0.14 0.15 312.08 0.68 0.55
Hex DA 40 BB 0 47 E F 138 44 37
Octal 332 100 273 0 107 16 17 470 104 67
Binary 11011010 1000000 10111011 0 1000111 1110 1111 100111000 1000100 110111

Color Harmonies of #DA40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA40BB

Black with #DA40BB

Text Example


Text Example

White with #DA40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA40BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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