Html Css Color HEX #DD55B4 Fuchsia

📋 copy color: '#DD55B4'

red 221 ◦ green 85 ◦ blue 180

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

Shades of Fuchsia #DD55B4

Tints of Fuchsia #DD55B4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.49%

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

R = 45.47%
G = 17.49%
B = 37.04%

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

#DD55B4 (or 0xDD55B4) is known color: Fuchsia. HEX triplet: DD, 55 and B4. RGB value is (221,85,180). Sum of RGB (Red+Green+Blue) = 221+85+180=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55B4 is #22AA4B. Grayscale: #888888. Windows color (decimal): -2271820 or 11818461. OLE color: 11818461.

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

Color convert

RGB 221 85 180 -
CMYK 0 0.62 0.19 0.13
HSL 318.09º 0.67% 0.6% -
HSV(B) 318.09º 0.62% 0.87% -
XYZ 41.31 25.16 45.86 -
YUV 136.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 221 85 180 0 0.62 0.19 0.13 318.09 0.67 0.6
Hex DD 55 B4 0 3E 13 D 13E 43 3C
Octal 335 125 264 0 76 23 15 476 103 74
Binary 11011101 1010101 10110100 0 111110 10011 1101 100111110 1000011 111100

Color Harmonies of #DD55B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55B4

Black with #DD55B4

Text Example


Text Example

White with #DD55B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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