Html Css Color HEX #DD45B0 Fuchsia

📋 copy color: '#DD45B0'

red 221 ◦ green 69 ◦ blue 176

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

Shades of Fuchsia #DD45B0

Tints of Fuchsia #DD45B0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.81%

 BLUE value IS 176 (69.14% from 255) = 37.77%

R = 47.42%
G = 14.81%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD45B0 (or 0xDD45B0) is known color: Fuchsia. HEX triplet: DD, 45 and B0. RGB value is (221,69,176). Sum of RGB (Red+Green+Blue) = 221+69+176=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD45B0 is #22BA4F. Grayscale: #7E7E7E. Windows color (decimal): -2275920 or 11552221. OLE color: 11552221.

HSL color Cylindrical-coordinate representation of color #DD45B0: hue angle of 317.76º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD45B0 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 69 176 -
CMYK 0 0.69 0.20 0.13
HSL 317.76º 0.69% 0.57% -
HSV(B) 317.76º 0.69% 0.87% -
XYZ 39.78 22.76 43.37 -
YUV 126.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 221 69 176 0 0.69 0.20 0.13 317.76 0.69 0.57
Hex DD 45 B0 0 45 14 D 13E 45 39
Octal 335 105 260 0 105 24 15 476 105 71
Binary 11011101 1000101 10110000 0 1000101 10100 1101 100111110 1000101 111001

Color Harmonies of #DD45B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD45B0

Black with #DD45B0

Text Example


Text Example

White with #DD45B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD45B0; }

 p { color: rgb(221,69,176); }

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

background-color css

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

 a { background-color: rgb(221,69,176); }

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

border-color css

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

 span { border-color: rgb(221,69,176); }

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