Html Css Color HEX #DD46B0 Fuchsia

📋 copy color: '#DD46B0'

red 221 ◦ green 70 ◦ blue 176

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

Shades of Fuchsia #DD46B0

Tints of Fuchsia #DD46B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.69%

R = 47.32%
G = 14.99%
B = 37.69%

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

#DD46B0 (or 0xDD46B0) is known color: Fuchsia. HEX triplet: DD, 46 and B0. RGB value is (221,70,176). Sum of RGB (Red+Green+Blue) = 221+70+176=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD46B0 is #22B94F. Grayscale: #7E7E7E. Windows color (decimal): -2275664 or 11552477. OLE color: 11552477.

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

Color convert

RGB 221 70 176 -
CMYK 0 0.68 0.20 0.13
HSL 317.88º 0.69% 0.57% -
HSV(B) 317.88º 0.68% 0.87% -
XYZ 39.85 22.89 43.39 -
YUV 127.23 155.53 194.88 -
System Red Green Blue C M Y K H S L
Decimal 221 70 176 0 0.68 0.20 0.13 317.88 0.69 0.57
Hex DD 46 B0 0 44 14 D 13E 45 39
Octal 335 106 260 0 104 24 15 476 105 71
Binary 11011101 1000110 10110000 0 1000100 10100 1101 100111110 1000101 111001

Color Harmonies of #DD46B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46B0

Black with #DD46B0

Text Example


Text Example

White with #DD46B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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