Html Css Color HEX #DD44B4 Fuchsia

📋 copy color: '#DD44B4'

red 221 ◦ green 68 ◦ blue 180

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

Shades of Fuchsia #DD44B4

Tints of Fuchsia #DD44B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.38%

R = 47.12%
G = 14.5%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD44B4 (or 0xDD44B4) is known color: Fuchsia. HEX triplet: DD, 44 and B4. RGB value is (221,68,180). Sum of RGB (Red+Green+Blue) = 221+68+180=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44B4 is #22BB4B. Grayscale: #7E7E7E. Windows color (decimal): -2276172 or 11814109. OLE color: 11814109.

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

Color convert

RGB 221 68 180 -
CMYK 0 0.69 0.19 0.13
HSL 316.08º 0.69% 0.57% -
HSV(B) 316.08º 0.69% 0.87% -
XYZ 40.12 22.8 45.47 -
YUV 126.52 158.19 195.39 -
System Red Green Blue C M Y K H S L
Decimal 221 68 180 0 0.69 0.19 0.13 316.08 0.69 0.57
Hex DD 44 B4 0 45 13 D 13C 45 39
Octal 335 104 264 0 105 23 15 474 105 71
Binary 11011101 1000100 10110100 0 1000101 10011 1101 100111100 1000101 111001

Color Harmonies of #DD44B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44B4

Black with #DD44B4

Text Example


Text Example

White with #DD44B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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