Html Css Color HEX #DD45BB Fuchsia

📋 copy color: '#DD45BB'

red 221 ◦ green 69 ◦ blue 187

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

Shades of Fuchsia #DD45BB

Tints of Fuchsia #DD45BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 46.33%
G = 14.47%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD45BB (or 0xDD45BB) is known color: Fuchsia. HEX triplet: DD, 45 and BB. RGB value is (221,69,187). Sum of RGB (Red+Green+Blue) = 221+69+187=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD45BB is #22BA44. Grayscale: #7F7F7F. Windows color (decimal): -2275909 or 12273117. OLE color: 12273117.

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

Color convert

RGB 221 69 187 -
CMYK 0 0.69 0.15 0.13
HSL 313.42º 0.69% 0.57% -
HSV(B) 313.42º 0.69% 0.87% -
XYZ 40.92 23.22 49.34 -
YUV 127.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 221 69 187 0 0.69 0.15 0.13 313.42 0.69 0.57
Hex DD 45 BB 0 45 F D 139 45 39
Octal 335 105 273 0 105 17 15 471 105 71
Binary 11011101 1000101 10111011 0 1000101 1111 1101 100111001 1000101 111001

Color Harmonies of #DD45BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD45BB

Black with #DD45BB

Text Example


Text Example

White with #DD45BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD45BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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