Html Css Color HEX #DD46B9 Fuchsia

📋 copy color: '#DD46B9'

red 221 ◦ green 70 ◦ blue 185

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

Shades of Fuchsia #DD46B9

Tints of Fuchsia #DD46B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.87%

R = 46.43%
G = 14.71%
B = 38.87%

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

#DD46B9 (or 0xDD46B9) is known color: Fuchsia. HEX triplet: DD, 46 and B9. RGB value is (221,70,185). Sum of RGB (Red+Green+Blue) = 221+70+185=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46B9 is #22B946. Grayscale: #7F7F7F. Windows color (decimal): -2275655 or 12142301. OLE color: 12142301.

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

Color convert

RGB 221 70 185 -
CMYK 0 0.68 0.16 0.13
HSL 314.3º 0.69% 0.57% -
HSV(B) 314.3º 0.68% 0.87% -
XYZ 40.77 23.26 48.24 -
YUV 128.26 160.03 194.15 -
System Red Green Blue C M Y K H S L
Decimal 221 70 185 0 0.68 0.16 0.13 314.3 0.69 0.57
Hex DD 46 B9 0 44 10 D 13A 45 39
Octal 335 106 271 0 104 20 15 472 105 71
Binary 11011101 1000110 10111001 0 1000100 10000 1101 100111010 1000101 111001

Color Harmonies of #DD46B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46B9

Black with #DD46B9

Text Example


Text Example

White with #DD46B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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