Html Css Color HEX #DD42B4 Fuchsia

📋 copy color: '#DD42B4'

red 221 ◦ green 66 ◦ blue 180

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

Shades of Fuchsia #DD42B4

Tints of Fuchsia #DD42B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.54%

R = 47.32%
G = 14.13%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD42B4 (or 0xDD42B4) is known color: Fuchsia. HEX triplet: DD, 42 and B4. RGB value is (221,66,180). Sum of RGB (Red+Green+Blue) = 221+66+180=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42B4 is #22BD4B. Grayscale: #7D7D7D. Windows color (decimal): -2276684 or 11813597. OLE color: 11813597.

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

Color convert

RGB 221 66 180 -
CMYK 0 0.70 0.19 0.13
HSL 315.87º 0.7% 0.56% -
HSV(B) 315.87º 0.7% 0.87% -
XYZ 40.01 22.56 45.43 -
YUV 125.34 158.85 196.23 -
System Red Green Blue C M Y K H S L
Decimal 221 66 180 0 0.70 0.19 0.13 315.87 0.7 0.56
Hex DD 42 B4 0 46 13 D 13C 46 38
Octal 335 102 264 0 106 23 15 474 106 70
Binary 11011101 1000010 10110100 0 1000110 10011 1101 100111100 1000110 111000

Color Harmonies of #DD42B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42B4

Black with #DD42B4

Text Example


Text Example

White with #DD42B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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