Html Css Color HEX #DD4DB8 Fuchsia

📋 copy color: '#DD4DB8'

red 221 ◦ green 77 ◦ blue 184

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

Shades of Fuchsia #DD4DB8

Tints of Fuchsia #DD4DB8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.98%

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

R = 45.85%
G = 15.98%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD4DB8 (or 0xDD4DB8) is known color: Fuchsia. HEX triplet: DD, 4D and B8. RGB value is (221,77,184). Sum of RGB (Red+Green+Blue) = 221+77+184=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DB8 is #22B247. Grayscale: #838383. Windows color (decimal): -2273864 or 12078557. OLE color: 12078557.

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

Color convert

RGB 221 77 184 -
CMYK 0 0.65 0.17 0.13
HSL 315.42º 0.68% 0.58% -
HSV(B) 315.42º 0.65% 0.87% -
XYZ 41.12 24.14 47.84 -
YUV 132.25 157.21 191.3 -
System Red Green Blue C M Y K H S L
Decimal 221 77 184 0 0.65 0.17 0.13 315.42 0.68 0.58
Hex DD 4D B8 0 41 11 D 13B 44 3A
Octal 335 115 270 0 101 21 15 473 104 72
Binary 11011101 1001101 10111000 0 1000001 10001 1101 100111011 1000100 111010

Color Harmonies of #DD4DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DB8

Black with #DD4DB8

Text Example


Text Example

White with #DD4DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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