Html Css Color HEX #DD41B9 Fuchsia

📋 copy color: '#DD41B9'

red 221 ◦ green 65 ◦ blue 185

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

Shades of Fuchsia #DD41B9

Tints of Fuchsia #DD41B9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.8%

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

R = 46.92%
G = 13.8%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD41B9 (or 0xDD41B9) is known color: Fuchsia. HEX triplet: DD, 41 and B9. RGB value is (221,65,185). Sum of RGB (Red+Green+Blue) = 221+65+185=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41B9 is #22BE46. Grayscale: #7D7D7D. Windows color (decimal): -2276935 or 12141021. OLE color: 12141021.

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

Color convert

RGB 221 65 185 -
CMYK 0 0.71 0.16 0.13
HSL 313.85º 0.7% 0.56% -
HSV(B) 313.85º 0.71% 0.87% -
XYZ 40.47 22.66 48.14 -
YUV 125.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 221 65 185 0 0.71 0.16 0.13 313.85 0.7 0.56
Hex DD 41 B9 0 47 10 D 13A 46 38
Octal 335 101 271 0 107 20 15 472 106 70
Binary 11011101 1000001 10111001 0 1000111 10000 1101 100111010 1000110 111000

Color Harmonies of #DD41B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41B9

Black with #DD41B9

Text Example


Text Example

White with #DD41B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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