Html Css Color HEX #DD51B5 Fuchsia

📋 copy color: '#DD51B5'

red 221 ◦ green 81 ◦ blue 181

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

Shades of Fuchsia #DD51B5

Tints of Fuchsia #DD51B5

RGB

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

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

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

R = 45.76%
G = 16.77%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD51B5 (or 0xDD51B5) is known color: Fuchsia. HEX triplet: DD, 51 and B5. RGB value is (221,81,181). Sum of RGB (Red+Green+Blue) = 221+81+181=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51B5 is #22AE4A. Grayscale: #868686. Windows color (decimal): -2272843 or 11882973. OLE color: 11882973.

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

Color convert

RGB 221 81 181 -
CMYK 0 0.63 0.18 0.13
HSL 317.14º 0.67% 0.59% -
HSV(B) 317.14º 0.63% 0.87% -
XYZ 41.1 24.59 46.3 -
YUV 134.26 154.38 189.87 -
System Red Green Blue C M Y K H S L
Decimal 221 81 181 0 0.63 0.18 0.13 317.14 0.67 0.59
Hex DD 51 B5 0 3F 12 D 13D 43 3B
Octal 335 121 265 0 77 22 15 475 103 73
Binary 11011101 1010001 10110101 0 111111 10010 1101 100111101 1000011 111011

Color Harmonies of #DD51B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51B5

Black with #DD51B5

Text Example


Text Example

White with #DD51B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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