Html Css Color HEX #DD4DB3 Fuchsia

📋 copy color: '#DD4DB3'

red 221 ◦ green 77 ◦ blue 179

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

Shades of Fuchsia #DD4DB3

Tints of Fuchsia #DD4DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.53%

R = 46.33%
G = 16.14%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD4DB3 (or 0xDD4DB3) is known color: Fuchsia. HEX triplet: DD, 4D and B3. RGB value is (221,77,179). Sum of RGB (Red+Green+Blue) = 221+77+179=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DB3 is #22B24C. Grayscale: #838383. Windows color (decimal): -2273869 or 11750877. OLE color: 11750877.

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

Color convert

RGB 221 77 179 -
CMYK 0 0.65 0.19 0.13
HSL 317.5º 0.68% 0.58% -
HSV(B) 317.5º 0.65% 0.87% -
XYZ 40.61 23.93 45.13 -
YUV 131.68 154.71 191.71 -
System Red Green Blue C M Y K H S L
Decimal 221 77 179 0 0.65 0.19 0.13 317.5 0.68 0.58
Hex DD 4D B3 0 41 13 D 13E 44 3A
Octal 335 115 263 0 101 23 15 476 104 72
Binary 11011101 1001101 10110011 0 1000001 10011 1101 100111110 1000100 111010

Color Harmonies of #DD4DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DB3

Black with #DD4DB3

Text Example


Text Example

White with #DD4DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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