Html Css Color HEX #DD46B1 Fuchsia

📋 copy color: '#DD46B1'

red 221 ◦ green 70 ◦ blue 177

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

Shades of Fuchsia #DD46B1

Tints of Fuchsia #DD46B1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.96%

 BLUE value IS 177 (69.53% from 255) = 37.82%

R = 47.22%
G = 14.96%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD46B1 (or 0xDD46B1) is known color: Fuchsia. HEX triplet: DD, 46 and B1. RGB value is (221,70,177). Sum of RGB (Red+Green+Blue) = 221+70+177=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD46B1 is #22B94E. Grayscale: #7F7F7F. Windows color (decimal): -2275663 or 11618013. OLE color: 11618013.

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

Color convert

RGB 221 70 177 -
CMYK 0 0.68 0.20 0.13
HSL 317.48º 0.69% 0.57% -
HSV(B) 317.48º 0.68% 0.87% -
XYZ 39.94 22.93 43.91 -
YUV 127.35 156.03 194.8 -
System Red Green Blue C M Y K H S L
Decimal 221 70 177 0 0.68 0.20 0.13 317.48 0.69 0.57
Hex DD 46 B1 0 44 14 D 13D 45 39
Octal 335 106 261 0 104 24 15 475 105 71
Binary 11011101 1000110 10110001 0 1000100 10100 1101 100111101 1000101 111001

Color Harmonies of #DD46B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46B1

Black with #DD46B1

Text Example


Text Example

White with #DD46B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46B1; }

 p { color: rgb(221,70,177); }

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

background-color css

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

 a { background-color: rgb(221,70,177); }

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

border-color css

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

 span { border-color: rgb(221,70,177); }

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