Html Css Color HEX #DD53B2 Fuchsia

📋 copy color: '#DD53B2'

red 221 ◦ green 83 ◦ blue 178

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

Shades of Fuchsia #DD53B2

Tints of Fuchsia #DD53B2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.22%

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 45.85%
G = 17.22%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD53B2 (or 0xDD53B2) is known color: Fuchsia. HEX triplet: DD, 53 and B2. RGB value is (221,83,178). Sum of RGB (Red+Green+Blue) = 221+83+178=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD53B2 is #22AC4D. Grayscale: #868686. Windows color (decimal): -2272334 or 11686877. OLE color: 11686877.

HSL color Cylindrical-coordinate representation of color #DD53B2: hue angle of 318.7º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD53B2 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 83 178 -
CMYK 0 0.62 0.19 0.13
HSL 318.7º 0.67% 0.6% -
HSV(B) 318.7º 0.62% 0.87% -
XYZ 40.95 24.77 44.74 -
YUV 135.09 152.22 189.28 -
System Red Green Blue C M Y K H S L
Decimal 221 83 178 0 0.62 0.19 0.13 318.7 0.67 0.6
Hex DD 53 B2 0 3E 13 D 13F 43 3C
Octal 335 123 262 0 76 23 15 477 103 74
Binary 11011101 1010011 10110010 0 111110 10011 1101 100111111 1000011 111100

Color Harmonies of #DD53B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53B2

Black with #DD53B2

Text Example


Text Example

White with #DD53B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53B2; }

 p { color: rgb(221,83,178); }

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

background-color css

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

 a { background-color: rgb(221,83,178); }

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

border-color css

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

 span { border-color: rgb(221,83,178); }

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