Html Css Color HEX #DD57B4 Fuchsia

📋 copy color: '#DD57B4'

red 221 ◦ green 87 ◦ blue 180

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

Shades of Fuchsia #DD57B4

Tints of Fuchsia #DD57B4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.83%

 BLUE value IS 180 (70.7% from 255) = 36.89%

R = 45.29%
G = 17.83%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD57B4 (or 0xDD57B4) is known color: Fuchsia. HEX triplet: DD, 57 and B4. RGB value is (221,87,180). Sum of RGB (Red+Green+Blue) = 221+87+180=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57B4 is #22A84B. Grayscale: #898989. Windows color (decimal): -2271308 or 11818973. OLE color: 11818973.

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

Color convert

RGB 221 87 180 -
CMYK 0 0.61 0.19 0.13
HSL 318.36º 0.66% 0.6% -
HSV(B) 318.36º 0.61% 0.87% -
XYZ 41.47 25.48 45.91 -
YUV 137.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 221 87 180 0 0.61 0.19 0.13 318.36 0.66 0.6
Hex DD 57 B4 0 3D 13 D 13E 42 3C
Octal 335 127 264 0 75 23 15 476 102 74
Binary 11011101 1010111 10110100 0 111101 10011 1101 100111110 1000010 111100

Color Harmonies of #DD57B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD57B4

Black with #DD57B4

Text Example


Text Example

White with #DD57B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD57B4; }

 p { color: rgb(221,87,180); }

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

background-color css

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

 a { background-color: rgb(221,87,180); }

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

border-color css

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

 span { border-color: rgb(221,87,180); }

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