Html Css Color HEX #DD47B7 Fuchsia

📋 copy color: '#DD47B7'

red 221 ◦ green 71 ◦ blue 183

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

Shades of Fuchsia #DD47B7

Tints of Fuchsia #DD47B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.53%

R = 46.53%
G = 14.95%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD47B7 (or 0xDD47B7) is known color: Fuchsia. HEX triplet: DD, 47 and B7. RGB value is (221,71,183). Sum of RGB (Red+Green+Blue) = 221+71+183=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47B7 is #22B848. Grayscale: #808080. Windows color (decimal): -2275401 or 12011485. OLE color: 12011485.

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

Color convert

RGB 221 71 183 -
CMYK 0 0.68 0.17 0.13
HSL 315.2º 0.69% 0.57% -
HSV(B) 315.2º 0.68% 0.87% -
XYZ 40.62 23.3 47.16 -
YUV 128.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 221 71 183 0 0.68 0.17 0.13 315.2 0.69 0.57
Hex DD 47 B7 0 44 11 D 13B 45 39
Octal 335 107 267 0 104 21 15 473 105 71
Binary 11011101 1000111 10110111 0 1000100 10001 1101 100111011 1000101 111001

Color Harmonies of #DD47B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47B7

Black with #DD47B7

Text Example


Text Example

White with #DD47B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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