Html Css Color HEX #DD4AB2 Fuchsia

📋 copy color: '#DD4AB2'

red 221 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #DD4AB2

Tints of Fuchsia #DD4AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 46.72%
G = 15.64%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD4AB2 (or 0xDD4AB2) is known color: Fuchsia. HEX triplet: DD, 4A and B2. RGB value is (221,74,178). Sum of RGB (Red+Green+Blue) = 221+74+178=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4AB2 is #22B54D. Grayscale: #818181. Windows color (decimal): -2274638 or 11684573. OLE color: 11684573.

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

Color convert

RGB 221 74 178 -
CMYK 0 0.67 0.19 0.13
HSL 317.55º 0.68% 0.58% -
HSV(B) 317.55º 0.67% 0.87% -
XYZ 40.3 23.48 44.53 -
YUV 129.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 221 74 178 0 0.67 0.19 0.13 317.55 0.68 0.58
Hex DD 4A B2 0 43 13 D 13E 44 3A
Octal 335 112 262 0 103 23 15 476 104 72
Binary 11011101 1001010 10110010 0 1000011 10011 1101 100111110 1000100 111010

Color Harmonies of #DD4AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4AB2

Black with #DD4AB2

Text Example


Text Example

White with #DD4AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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