Html Css Color HEX #DA47BB Fuchsia

📋 copy color: '#DA47BB'

red 218 ◦ green 71 ◦ blue 187

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

Shades of Fuchsia #DA47BB

Tints of Fuchsia #DA47BB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.92%

 BLUE value IS 187 (73.44% from 255) = 39.29%

R = 45.8%
G = 14.92%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA47BB (or 0xDA47BB) is known color: Fuchsia. HEX triplet: DA, 47 and BB. RGB value is (218,71,187). Sum of RGB (Red+Green+Blue) = 218+71+187=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA47BB is #25B844. Grayscale: #7F7F7F. Windows color (decimal): -2472005 or 12273626. OLE color: 12273626.

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

Color convert

RGB 218 71 187 -
CMYK 0 0.67 0.14 0.15
HSL 312.65º 0.67% 0.57% -
HSV(B) 312.65º 0.67% 0.85% -
XYZ 40.14 23 49.34 -
YUV 128.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 218 71 187 0 0.67 0.14 0.15 312.65 0.67 0.57
Hex DA 47 BB 0 43 E F 139 43 39
Octal 332 107 273 0 103 16 17 471 103 71
Binary 11011010 1000111 10111011 0 1000011 1110 1111 100111001 1000011 111001

Color Harmonies of #DA47BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA47BB

Black with #DA47BB

Text Example


Text Example

White with #DA47BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA47BB; }

 p { color: rgb(218,71,187); }

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

background-color css

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

 a { background-color: rgb(218,71,187); }

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

border-color css

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

 span { border-color: rgb(218,71,187); }

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