Html Css Color HEX #DD46BA Fuchsia

📋 copy color: '#DD46BA'

red 221 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #DD46BA

Tints of Fuchsia #DD46BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 46.33%
G = 14.68%
B = 38.99%

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

#DD46BA (or 0xDD46BA) is known color: Fuchsia. HEX triplet: DD, 46 and BA. RGB value is (221,70,186). Sum of RGB (Red+Green+Blue) = 221+70+186=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46BA is #22B945. Grayscale: #808080. Windows color (decimal): -2275654 or 12207837. OLE color: 12207837.

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

Color convert

RGB 221 70 186 -
CMYK 0 0.68 0.16 0.13
HSL 313.91º 0.69% 0.57% -
HSV(B) 313.91º 0.68% 0.87% -
XYZ 40.87 23.3 48.8 -
YUV 128.37 160.53 194.07 -
System Red Green Blue C M Y K H S L
Decimal 221 70 186 0 0.68 0.16 0.13 313.91 0.69 0.57
Hex DD 46 BA 0 44 10 D 13A 45 39
Octal 335 106 272 0 104 20 15 472 105 71
Binary 11011101 1000110 10111010 0 1000100 10000 1101 100111010 1000101 111001

Color Harmonies of #DD46BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46BA

Black with #DD46BA

Text Example


Text Example

White with #DD46BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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