Html Css Color HEX #DD48B8 Fuchsia

📋 copy color: '#DD48B8'

red 221 ◦ green 72 ◦ blue 184

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

Shades of Fuchsia #DD48B8

Tints of Fuchsia #DD48B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.57%

R = 46.33%
G = 15.09%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD48B8 (or 0xDD48B8) is known color: Fuchsia. HEX triplet: DD, 48 and B8. RGB value is (221,72,184). Sum of RGB (Red+Green+Blue) = 221+72+184=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48B8 is #22B747. Grayscale: #818181. Windows color (decimal): -2275144 or 12077277. OLE color: 12077277.

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

Color convert

RGB 221 72 184 -
CMYK 0 0.67 0.17 0.13
HSL 314.9º 0.69% 0.57% -
HSV(B) 314.9º 0.67% 0.87% -
XYZ 40.79 23.47 47.73 -
YUV 129.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 221 72 184 0 0.67 0.17 0.13 314.9 0.69 0.57
Hex DD 48 B8 0 43 11 D 13B 45 39
Octal 335 110 270 0 103 21 15 473 105 71
Binary 11011101 1001000 10111000 0 1000011 10001 1101 100111011 1000101 111001

Color Harmonies of #DD48B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48B8

Black with #DD48B8

Text Example


Text Example

White with #DD48B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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