Html Css Color HEX #DD45B3 Fuchsia

📋 copy color: '#DD45B3'

red 221 ◦ green 69 ◦ blue 179

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

Shades of Fuchsia #DD45B3

Tints of Fuchsia #DD45B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.17%

R = 47.12%
G = 14.71%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD45B3 (or 0xDD45B3) is known color: Fuchsia. HEX triplet: DD, 45 and B3. RGB value is (221,69,179). Sum of RGB (Red+Green+Blue) = 221+69+179=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD45B3 is #22BA4C. Grayscale: #7E7E7E. Windows color (decimal): -2275917 or 11748829. OLE color: 11748829.

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

Color convert

RGB 221 69 179 -
CMYK 0 0.69 0.19 0.13
HSL 316.58º 0.69% 0.57% -
HSV(B) 316.58º 0.69% 0.87% -
XYZ 40.08 22.88 44.95 -
YUV 126.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 221 69 179 0 0.69 0.19 0.13 316.58 0.69 0.57
Hex DD 45 B3 0 45 13 D 13D 45 39
Octal 335 105 263 0 105 23 15 475 105 71
Binary 11011101 1000101 10110011 0 1000101 10011 1101 100111101 1000101 111001

Color Harmonies of #DD45B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD45B3

Black with #DD45B3

Text Example


Text Example

White with #DD45B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD45B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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