Html Css Color HEX #DD4FB6 Fuchsia

📋 copy color: '#DD4FB6'

red 221 ◦ green 79 ◦ blue 182

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

Shades of Fuchsia #DD4FB6

Tints of Fuchsia #DD4FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.76%

R = 45.85%
G = 16.39%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD4FB6 (or 0xDD4FB6) is known color: Fuchsia. HEX triplet: DD, 4F and B6. RGB value is (221,79,182). Sum of RGB (Red+Green+Blue) = 221+79+182=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FB6 is #22B049. Grayscale: #848484. Windows color (decimal): -2273354 or 11947997. OLE color: 11947997.

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

Color convert

RGB 221 79 182 -
CMYK 0 0.64 0.18 0.13
HSL 316.48º 0.68% 0.59% -
HSV(B) 316.48º 0.64% 0.87% -
XYZ 41.06 24.34 46.79 -
YUV 133.2 155.54 190.62 -
System Red Green Blue C M Y K H S L
Decimal 221 79 182 0 0.64 0.18 0.13 316.48 0.68 0.59
Hex DD 4F B6 0 40 12 D 13C 44 3B
Octal 335 117 266 0 100 22 15 474 104 73
Binary 11011101 1001111 10110110 0 1000000 10010 1101 100111100 1000100 111011

Color Harmonies of #DD4FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4FB6

Black with #DD4FB6

Text Example


Text Example

White with #DD4FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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