Html Css Color HEX #DA40BE Fuchsia

📋 copy color: '#DA40BE'

red 218 ◦ green 64 ◦ blue 190

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

Shades of Fuchsia #DA40BE

Tints of Fuchsia #DA40BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 46.19%
G = 13.56%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA40BE (or 0xDA40BE) is known color: Fuchsia. HEX triplet: DA, 40 and BE. RGB value is (218,64,190). Sum of RGB (Red+Green+Blue) = 218+64+190=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40BE is #25BF41. Grayscale: #7C7C7C. Windows color (decimal): -2473794 or 12468442. OLE color: 12468442.

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

Color convert

RGB 218 64 190 -
CMYK 0 0.71 0.13 0.15
HSL 310.91º 0.68% 0.55% -
HSV(B) 310.91º 0.71% 0.85% -
XYZ 40.04 22.29 50.91 -
YUV 124.41 165.02 194.75 -
System Red Green Blue C M Y K H S L
Decimal 218 64 190 0 0.71 0.13 0.15 310.91 0.68 0.55
Hex DA 40 BE 0 47 D F 137 44 37
Octal 332 100 276 0 107 15 17 467 104 67
Binary 11011010 1000000 10111110 0 1000111 1101 1111 100110111 1000100 110111

Color Harmonies of #DA40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA40BE

Black with #DA40BE

Text Example


Text Example

White with #DA40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA40BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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