Html Css Color HEX #DD47BA Fuchsia

📋 copy color: '#DD47BA'

red 221 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #DD47BA

Tints of Fuchsia #DD47BA

RGB

 RED value IS 221 (86.72% from 255) = 46.23%

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 46.23%
G = 14.85%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD47BA (or 0xDD47BA) is known color: Fuchsia. HEX triplet: DD, 47 and BA. RGB value is (221,71,186). Sum of RGB (Red+Green+Blue) = 221+71+186=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47BA is #22B845. Grayscale: #808080. Windows color (decimal): -2275398 or 12208093. OLE color: 12208093.

HSL color Cylindrical-coordinate representation of color #DD47BA: hue angle of 314º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD47BA is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 71 186 -
CMYK 0 0.68 0.16 0.13
HSL 314º 0.69% 0.57% -
HSV(B) 314º 0.68% 0.87% -
XYZ 40.93 23.42 48.82 -
YUV 128.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 221 71 186 0 0.68 0.16 0.13 314 0.69 0.57
Hex DD 47 BA 0 44 10 D 13A 45 39
Octal 335 107 272 0 104 20 15 472 105 71
Binary 11011101 1000111 10111010 0 1000100 10000 1101 100111010 1000101 111001

Color Harmonies of #DD47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47BA

Black with #DD47BA

Text Example


Text Example

White with #DD47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47BA; }

 p { color: rgb(221,71,186); }

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

background-color css

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

 a { background-color: rgb(221,71,186); }

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

border-color css

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

 span { border-color: rgb(221,71,186); }

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