Html Css Color HEX #DD48B3 Fuchsia

📋 copy color: '#DD48B3'

red 221 ◦ green 72 ◦ blue 179

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

Shades of Fuchsia #DD48B3

Tints of Fuchsia #DD48B3

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.25%

 BLUE value IS 179 (70.31% from 255) = 37.92%

R = 46.82%
G = 15.25%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD48B3 (or 0xDD48B3) is known color: Fuchsia. HEX triplet: DD, 48 and B3. RGB value is (221,72,179). Sum of RGB (Red+Green+Blue) = 221+72+179=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48B3 is #22B74C. Grayscale: #808080. Windows color (decimal): -2275149 or 11749597. OLE color: 11749597.

HSL color Cylindrical-coordinate representation of color #DD48B3: hue angle of 316.91º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD48B3 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 179 -
CMYK 0 0.67 0.19 0.13
HSL 316.91º 0.69% 0.57% -
HSV(B) 316.91º 0.67% 0.87% -
XYZ 40.27 23.26 45.02 -
YUV 128.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 221 72 179 0 0.67 0.19 0.13 316.91 0.69 0.57
Hex DD 48 B3 0 43 13 D 13D 45 39
Octal 335 110 263 0 103 23 15 475 105 71
Binary 11011101 1001000 10110011 0 1000011 10011 1101 100111101 1000101 111001

Color Harmonies of #DD48B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48B3

Black with #DD48B3

Text Example


Text Example

White with #DD48B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48B3; }

 p { color: rgb(221,72,179); }

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

background-color css

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

 a { background-color: rgb(221,72,179); }

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

border-color css

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

 span { border-color: rgb(221,72,179); }

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