Html Css Color HEX #DD51B3 Fuchsia

📋 copy color: '#DD51B3'

red 221 ◦ green 81 ◦ blue 179

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

Shades of Fuchsia #DD51B3

Tints of Fuchsia #DD51B3

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.84%

 BLUE value IS 179 (70.31% from 255) = 37.21%

R = 45.95%
G = 16.84%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD51B3 (or 0xDD51B3) is known color: Fuchsia. HEX triplet: DD, 51 and B3. RGB value is (221,81,179). Sum of RGB (Red+Green+Blue) = 221+81+179=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51B3 is #22AE4C. Grayscale: #858585. Windows color (decimal): -2272845 or 11751901. OLE color: 11751901.

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

Color convert

RGB 221 81 179 -
CMYK 0 0.63 0.19 0.13
HSL 318º 0.67% 0.59% -
HSV(B) 318º 0.63% 0.87% -
XYZ 40.9 24.51 45.22 -
YUV 134.03 153.38 190.03 -
System Red Green Blue C M Y K H S L
Decimal 221 81 179 0 0.63 0.19 0.13 318 0.67 0.59
Hex DD 51 B3 0 3F 13 D 13E 43 3B
Octal 335 121 263 0 77 23 15 476 103 73
Binary 11011101 1010001 10110011 0 111111 10011 1101 100111110 1000011 111011

Color Harmonies of #DD51B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51B3

Black with #DD51B3

Text Example


Text Example

White with #DD51B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51B3; }

 p { color: rgb(221,81,179); }

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

background-color css

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

 a { background-color: rgb(221,81,179); }

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

border-color css

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

 span { border-color: rgb(221,81,179); }

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