Html Css Color HEX #DA41BF Fuchsia

📋 copy color: '#DA41BF'

red 218 ◦ green 65 ◦ blue 191

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

Shades of Fuchsia #DA41BF

Tints of Fuchsia #DA41BF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.71%

 BLUE value IS 191 (75% from 255) = 40.3%

R = 45.99%
G = 13.71%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA41BF (or 0xDA41BF) is known color: Fuchsia. HEX triplet: DA, 41 and BF. RGB value is (218,65,191). Sum of RGB (Red+Green+Blue) = 218+65+191=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA41BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA41BF is #25BE40. Grayscale: #7C7C7C. Windows color (decimal): -2473537 or 12534234. OLE color: 12534234.

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

Color convert

RGB 218 65 191 -
CMYK 0 0.70 0.12 0.15
HSL 310.59º 0.67% 0.55% -
HSV(B) 310.59º 0.7% 0.85% -
XYZ 40.21 22.45 51.5 -
YUV 125.11 165.19 194.25 -
System Red Green Blue C M Y K H S L
Decimal 218 65 191 0 0.70 0.12 0.15 310.59 0.67 0.55
Hex DA 41 BF 0 46 C F 137 43 37
Octal 332 101 277 0 106 14 17 467 103 67
Binary 11011010 1000001 10111111 0 1000110 1100 1111 100110111 1000011 110111

Color Harmonies of #DA41BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA41BF

Black with #DA41BF

Text Example


Text Example

White with #DA41BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA41BF; }

 p { color: rgb(218,65,191); }

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

background-color css

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

 a { background-color: rgb(218,65,191); }

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

border-color css

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

 span { border-color: rgb(218,65,191); }

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