Html Css Color HEX #DD4FB9 Fuchsia

📋 copy color: '#DD4FB9'

red 221 ◦ green 79 ◦ blue 185

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

Shades of Fuchsia #DD4FB9

Tints of Fuchsia #DD4FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.29%

 BLUE value IS 185 (72.66% from 255) = 38.14%

R = 45.57%
G = 16.29%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD4FB9 (or 0xDD4FB9) is known color: Fuchsia. HEX triplet: DD, 4F and B9. RGB value is (221,79,185). Sum of RGB (Red+Green+Blue) = 221+79+185=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FB9 is #22B046. Grayscale: #858585. Windows color (decimal): -2273351 or 12144605. OLE color: 12144605.

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

Color convert

RGB 221 79 185 -
CMYK 0 0.64 0.16 0.13
HSL 315.21º 0.68% 0.59% -
HSV(B) 315.21º 0.64% 0.87% -
XYZ 41.37 24.47 48.44 -
YUV 133.54 157.04 190.38 -
System Red Green Blue C M Y K H S L
Decimal 221 79 185 0 0.64 0.16 0.13 315.21 0.68 0.59
Hex DD 4F B9 0 40 10 D 13B 44 3B
Octal 335 117 271 0 100 20 15 473 104 73
Binary 11011101 1001111 10111001 0 1000000 10000 1101 100111011 1000100 111011

Color Harmonies of #DD4FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4FB9

Black with #DD4FB9

Text Example


Text Example

White with #DD4FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4FB9; }

 p { color: rgb(221,79,185); }

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

background-color css

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

 a { background-color: rgb(221,79,185); }

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

border-color css

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

 span { border-color: rgb(221,79,185); }

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