Html Css Color HEX #DA41BE Fuchsia

📋 copy color: '#DA41BE'

red 218 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #DA41BE

Tints of Fuchsia #DA41BE

RGB

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

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

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

R = 46.09%
G = 13.74%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA41BE (or 0xDA41BE) is known color: Fuchsia. HEX triplet: DA, 41 and BE. RGB value is (218,65,190). Sum of RGB (Red+Green+Blue) = 218+65+190=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA41BE is #25BE41. Grayscale: #7C7C7C. Windows color (decimal): -2473538 or 12468698. OLE color: 12468698.

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

Color convert

RGB 218 65 190 -
CMYK 0 0.70 0.13 0.15
HSL 310.98º 0.67% 0.55% -
HSV(B) 310.98º 0.7% 0.85% -
XYZ 40.1 22.4 50.93 -
YUV 125 164.69 194.34 -
System Red Green Blue C M Y K H S L
Decimal 218 65 190 0 0.70 0.13 0.15 310.98 0.67 0.55
Hex DA 41 BE 0 46 D F 137 43 37
Octal 332 101 276 0 106 15 17 467 103 67
Binary 11011010 1000001 10111110 0 1000110 1101 1111 100110111 1000011 110111

Color Harmonies of #DA41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA41BE

Black with #DA41BE

Text Example


Text Example

White with #DA41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA41BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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