Html Css Color HEX #DD4DB4 Fuchsia

📋 copy color: '#DD4DB4'

red 221 ◦ green 77 ◦ blue 180

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

Shades of Fuchsia #DD4DB4

Tints of Fuchsia #DD4DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.66%

R = 46.23%
G = 16.11%
B = 37.66%

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

#DD4DB4 (or 0xDD4DB4) is known color: Fuchsia. HEX triplet: DD, 4D and B4. RGB value is (221,77,180). Sum of RGB (Red+Green+Blue) = 221+77+180=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DB4 is #22B24B. Grayscale: #838383. Windows color (decimal): -2273868 or 11816413. OLE color: 11816413.

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

Color convert

RGB 221 77 180 -
CMYK 0 0.65 0.19 0.13
HSL 317.08º 0.68% 0.58% -
HSV(B) 317.08º 0.65% 0.87% -
XYZ 40.71 23.98 45.66 -
YUV 131.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 221 77 180 0 0.65 0.19 0.13 317.08 0.68 0.58
Hex DD 4D B4 0 41 13 D 13D 44 3A
Octal 335 115 264 0 101 23 15 475 104 72
Binary 11011101 1001101 10110100 0 1000001 10011 1101 100111101 1000100 111010

Color Harmonies of #DD4DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DB4

Black with #DD4DB4

Text Example


Text Example

White with #DD4DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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