Html Css Color HEX #DD4CB5 Fuchsia

📋 copy color: '#DD4CB5'

red 221 ◦ green 76 ◦ blue 181

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

Shades of Fuchsia #DD4CB5

Tints of Fuchsia #DD4CB5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.9%

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 46.23%
G = 15.9%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD4CB5 (or 0xDD4CB5) is known color: Fuchsia. HEX triplet: DD, 4C and B5. RGB value is (221,76,181). Sum of RGB (Red+Green+Blue) = 221+76+181=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CB5 is #22B34A. Grayscale: #838383. Windows color (decimal): -2274123 or 11881693. OLE color: 11881693.

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

Color convert

RGB 221 76 181 -
CMYK 0 0.66 0.18 0.13
HSL 316.55º 0.68% 0.58% -
HSV(B) 316.55º 0.66% 0.87% -
XYZ 40.74 23.88 46.18 -
YUV 131.33 156.04 191.96 -
System Red Green Blue C M Y K H S L
Decimal 221 76 181 0 0.66 0.18 0.13 316.55 0.68 0.58
Hex DD 4C B5 0 42 12 D 13D 44 3A
Octal 335 114 265 0 102 22 15 475 104 72
Binary 11011101 1001100 10110101 0 1000010 10010 1101 100111101 1000100 111010

Color Harmonies of #DD4CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CB5

Black with #DD4CB5

Text Example


Text Example

White with #DD4CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CB5; }

 p { color: rgb(221,76,181); }

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

background-color css

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

 a { background-color: rgb(221,76,181); }

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

border-color css

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

 span { border-color: rgb(221,76,181); }

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