Html Css Color HEX #DD51B2 Fuchsia

📋 copy color: '#DD51B2'

red 221 ◦ green 81 ◦ blue 178

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

Shades of Fuchsia #DD51B2

Tints of Fuchsia #DD51B2

RGB

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

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

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

R = 46.04%
G = 16.88%
B = 37.08%

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

#DD51B2 (or 0xDD51B2) is known color: Fuchsia. HEX triplet: DD, 51 and B2. RGB value is (221,81,178). Sum of RGB (Red+Green+Blue) = 221+81+178=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD51B2 is #22AE4D. Grayscale: #858585. Windows color (decimal): -2272846 or 11686365. OLE color: 11686365.

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

Color convert

RGB 221 81 178 -
CMYK 0 0.63 0.19 0.13
HSL 318.43º 0.67% 0.59% -
HSV(B) 318.43º 0.63% 0.87% -
XYZ 40.8 24.47 44.69 -
YUV 133.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 221 81 178 0 0.63 0.19 0.13 318.43 0.67 0.59
Hex DD 51 B2 0 3F 13 D 13E 43 3B
Octal 335 121 262 0 77 23 15 476 103 73
Binary 11011101 1010001 10110010 0 111111 10011 1101 100111110 1000011 111011

Color Harmonies of #DD51B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51B2

Black with #DD51B2

Text Example


Text Example

White with #DD51B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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