Html Css Color HEX #DD4AB1 Fuchsia

📋 copy color: '#DD4AB1'

red 221 ◦ green 74 ◦ blue 177

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

Shades of Fuchsia #DD4AB1

Tints of Fuchsia #DD4AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.68%

 BLUE value IS 177 (69.53% from 255) = 37.5%

R = 46.82%
G = 15.68%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD4AB1 (or 0xDD4AB1) is known color: Fuchsia. HEX triplet: DD, 4A and B1. RGB value is (221,74,177). Sum of RGB (Red+Green+Blue) = 221+74+177=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4AB1 is #22B54E. Grayscale: #818181. Windows color (decimal): -2274639 or 11619037. OLE color: 11619037.

HSL color Cylindrical-coordinate representation of color #DD4AB1: hue angle of 317.96º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4AB1 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 74 177 -
CMYK 0 0.67 0.20 0.13
HSL 317.96º 0.68% 0.58% -
HSV(B) 317.96º 0.67% 0.87% -
XYZ 40.2 23.44 44 -
YUV 129.7 154.7 193.12 -
System Red Green Blue C M Y K H S L
Decimal 221 74 177 0 0.67 0.20 0.13 317.96 0.68 0.58
Hex DD 4A B1 0 43 14 D 13E 44 3A
Octal 335 112 261 0 103 24 15 476 104 72
Binary 11011101 1001010 10110001 0 1000011 10100 1101 100111110 1000100 111010

Color Harmonies of #DD4AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4AB1

Black with #DD4AB1

Text Example


Text Example

White with #DD4AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4AB1; }

 p { color: rgb(221,74,177); }

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

background-color css

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

 a { background-color: rgb(221,74,177); }

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

border-color css

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

 span { border-color: rgb(221,74,177); }

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