Html Css Color HEX #DD44B7 Fuchsia

📋 copy color: '#DD44B7'

red 221 ◦ green 68 ◦ blue 183

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

Shades of Fuchsia #DD44B7

Tints of Fuchsia #DD44B7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.41%

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 46.82%
G = 14.41%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD44B7 (or 0xDD44B7) is known color: Fuchsia. HEX triplet: DD, 44 and B7. RGB value is (221,68,183). Sum of RGB (Red+Green+Blue) = 221+68+183=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44B7 is #22BB48. Grayscale: #7E7E7E. Windows color (decimal): -2276169 or 12010717. OLE color: 12010717.

HSL color Cylindrical-coordinate representation of color #DD44B7: hue angle of 314.9º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD44B7 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 183 -
CMYK 0 0.69 0.17 0.13
HSL 314.9º 0.69% 0.57% -
HSV(B) 314.9º 0.69% 0.87% -
XYZ 40.43 22.93 47.09 -
YUV 126.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 221 68 183 0 0.69 0.17 0.13 314.9 0.69 0.57
Hex DD 44 B7 0 45 11 D 13B 45 39
Octal 335 104 267 0 105 21 15 473 105 71
Binary 11011101 1000100 10110111 0 1000101 10001 1101 100111011 1000101 111001

Color Harmonies of #DD44B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44B7

Black with #DD44B7

Text Example


Text Example

White with #DD44B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44B7; }

 p { color: rgb(221,68,183); }

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

background-color css

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

 a { background-color: rgb(221,68,183); }

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

border-color css

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

 span { border-color: rgb(221,68,183); }

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