Html Css Color HEX #DA42BF Fuchsia

📋 copy color: '#DA42BF'

red 218 ◦ green 66 ◦ blue 191

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

Shades of Fuchsia #DA42BF

Tints of Fuchsia #DA42BF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.89%

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

R = 45.89%
G = 13.89%
B = 40.21%

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

#DA42BF (or 0xDA42BF) is known color: Fuchsia. HEX triplet: DA, 42 and BF. RGB value is (218,66,191). Sum of RGB (Red+Green+Blue) = 218+66+191=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA42BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA42BF is #25BD40. Grayscale: #7D7D7D. Windows color (decimal): -2473281 or 12534490. OLE color: 12534490.

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

Color convert

RGB 218 66 191 -
CMYK 0 0.70 0.12 0.15
HSL 310.66º 0.67% 0.56% -
HSV(B) 310.66º 0.7% 0.85% -
XYZ 40.27 22.56 51.52 -
YUV 125.7 164.86 193.84 -
System Red Green Blue C M Y K H S L
Decimal 218 66 191 0 0.70 0.12 0.15 310.66 0.67 0.56
Hex DA 42 BF 0 46 C F 137 43 38
Octal 332 102 277 0 106 14 17 467 103 70
Binary 11011010 1000010 10111111 0 1000110 1100 1111 100110111 1000011 111000

Color Harmonies of #DA42BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA42BF

Black with #DA42BF

Text Example


Text Example

White with #DA42BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA42BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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