Html Css Color HEX #DD43BB Fuchsia

📋 copy color: '#DD43BB'

red 221 ◦ green 67 ◦ blue 187

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

Shades of Fuchsia #DD43BB

Tints of Fuchsia #DD43BB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.11%

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

R = 46.53%
G = 14.11%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD43BB (or 0xDD43BB) is known color: Fuchsia. HEX triplet: DD, 43 and BB. RGB value is (221,67,187). Sum of RGB (Red+Green+Blue) = 221+67+187=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD43BB is #22BC44. Grayscale: #7E7E7E. Windows color (decimal): -2276421 or 12272605. OLE color: 12272605.

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

Color convert

RGB 221 67 187 -
CMYK 0 0.70 0.15 0.13
HSL 313.25º 0.69% 0.56% -
HSV(B) 313.25º 0.7% 0.87% -
XYZ 40.8 22.97 49.3 -
YUV 126.73 162.02 195.24 -
System Red Green Blue C M Y K H S L
Decimal 221 67 187 0 0.70 0.15 0.13 313.25 0.69 0.56
Hex DD 43 BB 0 46 F D 139 45 38
Octal 335 103 273 0 106 17 15 471 105 70
Binary 11011101 1000011 10111011 0 1000110 1111 1101 100111001 1000101 111000

Color Harmonies of #DD43BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD43BB

Black with #DD43BB

Text Example


Text Example

White with #DD43BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD43BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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