Html Css Color HEX #DD45B2 Fuchsia

📋 copy color: '#DD45B2'

red 221 ◦ green 69 ◦ blue 178

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

Shades of Fuchsia #DD45B2

Tints of Fuchsia #DD45B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.03%

R = 47.22%
G = 14.74%
B = 38.03%

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

#DD45B2 (or 0xDD45B2) is known color: Fuchsia. HEX triplet: DD, 45 and B2. RGB value is (221,69,178). Sum of RGB (Red+Green+Blue) = 221+69+178=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD45B2 is #22BA4D. Grayscale: #7E7E7E. Windows color (decimal): -2275918 or 11683293. OLE color: 11683293.

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

Color convert

RGB 221 69 178 -
CMYK 0 0.69 0.19 0.13
HSL 316.97º 0.69% 0.57% -
HSV(B) 316.97º 0.69% 0.87% -
XYZ 39.98 22.84 44.42 -
YUV 126.87 156.86 195.14 -
System Red Green Blue C M Y K H S L
Decimal 221 69 178 0 0.69 0.19 0.13 316.97 0.69 0.57
Hex DD 45 B2 0 45 13 D 13D 45 39
Octal 335 105 262 0 105 23 15 475 105 71
Binary 11011101 1000101 10110010 0 1000101 10011 1101 100111101 1000101 111001

Color Harmonies of #DD45B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD45B2

Black with #DD45B2

Text Example


Text Example

White with #DD45B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD45B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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