Html Css Color HEX #DD46BB Fuchsia

📋 copy color: '#DD46BB'

red 221 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #DD46BB

Tints of Fuchsia #DD46BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 46.23%
G = 14.64%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD46BB (or 0xDD46BB) is known color: Fuchsia. HEX triplet: DD, 46 and BB. RGB value is (221,70,187). Sum of RGB (Red+Green+Blue) = 221+70+187=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46BB is #22B944. Grayscale: #808080. Windows color (decimal): -2275653 or 12273373. OLE color: 12273373.

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

Color convert

RGB 221 70 187 -
CMYK 0 0.68 0.15 0.13
HSL 313.51º 0.69% 0.57% -
HSV(B) 313.51º 0.68% 0.87% -
XYZ 40.98 23.34 49.36 -
YUV 128.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 221 70 187 0 0.68 0.15 0.13 313.51 0.69 0.57
Hex DD 46 BB 0 44 F D 13A 45 39
Octal 335 106 273 0 104 17 15 472 105 71
Binary 11011101 1000110 10111011 0 1000100 1111 1101 100111010 1000101 111001

Color Harmonies of #DD46BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46BB

Black with #DD46BB

Text Example


Text Example

White with #DD46BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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