Html Css Color HEX #DA41BD Fuchsia

📋 copy color: '#DA41BD'

red 218 ◦ green 65 ◦ blue 189

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

Shades of Fuchsia #DA41BD

Tints of Fuchsia #DA41BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 46.19%
G = 13.77%
B = 40.04%

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

#DA41BD (or 0xDA41BD) is known color: Fuchsia. HEX triplet: DA, 41 and BD. RGB value is (218,65,189). Sum of RGB (Red+Green+Blue) = 218+65+189=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA41BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA41BD is #25BE42. Grayscale: #7C7C7C. Windows color (decimal): -2473539 or 12403162. OLE color: 12403162.

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

Color convert

RGB 218 65 189 -
CMYK 0 0.70 0.13 0.15
HSL 311.37º 0.67% 0.55% -
HSV(B) 311.37º 0.7% 0.85% -
XYZ 39.99 22.36 50.35 -
YUV 124.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 218 65 189 0 0.70 0.13 0.15 311.37 0.67 0.55
Hex DA 41 BD 0 46 D F 137 43 37
Octal 332 101 275 0 106 15 17 467 103 67
Binary 11011010 1000001 10111101 0 1000110 1101 1111 100110111 1000011 110111

Color Harmonies of #DA41BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA41BD

Black with #DA41BD

Text Example


Text Example

White with #DA41BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA41BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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