Html Css Color HEX #DD46B8 Fuchsia

📋 copy color: '#DD46B8'

red 221 ◦ green 70 ◦ blue 184

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

Shades of Fuchsia #DD46B8

Tints of Fuchsia #DD46B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.74%

R = 46.53%
G = 14.74%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD46B8 (or 0xDD46B8) is known color: Fuchsia. HEX triplet: DD, 46 and B8. RGB value is (221,70,184). Sum of RGB (Red+Green+Blue) = 221+70+184=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46B8 is #22B947. Grayscale: #7F7F7F. Windows color (decimal): -2275656 or 12076765. OLE color: 12076765.

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

Color convert

RGB 221 70 184 -
CMYK 0 0.68 0.17 0.13
HSL 314.7º 0.69% 0.57% -
HSV(B) 314.7º 0.68% 0.87% -
XYZ 40.66 23.21 47.68 -
YUV 128.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 221 70 184 0 0.68 0.17 0.13 314.7 0.69 0.57
Hex DD 46 B8 0 44 11 D 13B 45 39
Octal 335 106 270 0 104 21 15 473 105 71
Binary 11011101 1000110 10111000 0 1000100 10001 1101 100111011 1000101 111001

Color Harmonies of #DD46B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46B8

Black with #DD46B8

Text Example


Text Example

White with #DD46B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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