Html Css Color HEX #DD47B5 Fuchsia

📋 copy color: '#DD47B5'

red 221 ◦ green 71 ◦ blue 181

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

Shades of Fuchsia #DD47B5

Tints of Fuchsia #DD47B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.27%

R = 46.72%
G = 15.01%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD47B5 (or 0xDD47B5) is known color: Fuchsia. HEX triplet: DD, 47 and B5. RGB value is (221,71,181). Sum of RGB (Red+Green+Blue) = 221+71+181=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47B5 is #22B84A. Grayscale: #808080. Windows color (decimal): -2275403 or 11880413. OLE color: 11880413.

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

Color convert

RGB 221 71 181 -
CMYK 0 0.68 0.18 0.13
HSL 316º 0.69% 0.57% -
HSV(B) 316º 0.68% 0.87% -
XYZ 40.41 23.21 46.07 -
YUV 128.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 221 71 181 0 0.68 0.18 0.13 316 0.69 0.57
Hex DD 47 B5 0 44 12 D 13C 45 39
Octal 335 107 265 0 104 22 15 474 105 71
Binary 11011101 1000111 10110101 0 1000100 10010 1101 100111100 1000101 111001

Color Harmonies of #DD47B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47B5

Black with #DD47B5

Text Example


Text Example

White with #DD47B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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