Html Css Color HEX #DA47BD Fuchsia

📋 copy color: '#DA47BD'

red 218 ◦ green 71 ◦ blue 189

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

Shades of Fuchsia #DA47BD

Tints of Fuchsia #DA47BD

RGB

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

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

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

R = 45.61%
G = 14.85%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA47BD (or 0xDA47BD) is known color: Fuchsia. HEX triplet: DA, 47 and BD. RGB value is (218,71,189). Sum of RGB (Red+Green+Blue) = 218+71+189=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA47BD is #25B842. Grayscale: #808080. Windows color (decimal): -2472003 or 12404698. OLE color: 12404698.

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

Color convert

RGB 218 71 189 -
CMYK 0 0.67 0.13 0.15
HSL 311.84º 0.67% 0.57% -
HSV(B) 311.84º 0.67% 0.85% -
XYZ 40.35 23.09 50.47 -
YUV 128.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 218 71 189 0 0.67 0.13 0.15 311.84 0.67 0.57
Hex DA 47 BD 0 43 D F 138 43 39
Octal 332 107 275 0 103 15 17 470 103 71
Binary 11011010 1000111 10111101 0 1000011 1101 1111 100111000 1000011 111001

Color Harmonies of #DA47BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA47BD

Black with #DA47BD

Text Example


Text Example

White with #DA47BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA47BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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