Html Css Color HEX #DD42BB Fuchsia

📋 copy color: '#DD42BB'

red 221 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #DD42BB

Tints of Fuchsia #DD42BB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.92%

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

R = 46.62%
G = 13.92%
B = 39.45%

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

#DD42BB (or 0xDD42BB) is known color: Fuchsia. HEX triplet: DD, 42 and BB. RGB value is (221,66,187). Sum of RGB (Red+Green+Blue) = 221+66+187=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42BB is #22BD44. Grayscale: #7D7D7D. Windows color (decimal): -2276677 or 12272349. OLE color: 12272349.

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

Color convert

RGB 221 66 187 -
CMYK 0 0.70 0.15 0.13
HSL 313.16º 0.7% 0.56% -
HSV(B) 313.16º 0.7% 0.87% -
XYZ 40.74 22.86 49.28 -
YUV 126.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 221 66 187 0 0.70 0.15 0.13 313.16 0.7 0.56
Hex DD 42 BB 0 46 F D 139 46 38
Octal 335 102 273 0 106 17 15 471 106 70
Binary 11011101 1000010 10111011 0 1000110 1111 1101 100111001 1000110 111000

Color Harmonies of #DD42BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42BB

Black with #DD42BB

Text Example


Text Example

White with #DD42BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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