Html Css Color HEX #DD4AB8 Fuchsia

📋 copy color: '#DD4AB8'

red 221 ◦ green 74 ◦ blue 184

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

Shades of Fuchsia #DD4AB8

Tints of Fuchsia #DD4AB8

RGB

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

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

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

R = 46.14%
G = 15.45%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD4AB8 (or 0xDD4AB8) is known color: Fuchsia. HEX triplet: DD, 4A and B8. RGB value is (221,74,184). Sum of RGB (Red+Green+Blue) = 221+74+184=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4AB8 is #22B547. Grayscale: #828282. Windows color (decimal): -2274632 or 12077789. OLE color: 12077789.

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

Color convert

RGB 221 74 184 -
CMYK 0 0.67 0.17 0.13
HSL 315.1º 0.68% 0.58% -
HSV(B) 315.1º 0.67% 0.87% -
XYZ 40.92 23.73 47.77 -
YUV 130.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 221 74 184 0 0.67 0.17 0.13 315.1 0.68 0.58
Hex DD 4A B8 0 43 11 D 13B 44 3A
Octal 335 112 270 0 103 21 15 473 104 72
Binary 11011101 1001010 10111000 0 1000011 10001 1101 100111011 1000100 111010

Color Harmonies of #DD4AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4AB8

Black with #DD4AB8

Text Example


Text Example

White with #DD4AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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