Html Css Color HEX #DD48B7 Fuchsia

📋 copy color: '#DD48B7'

red 221 ◦ green 72 ◦ blue 183

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

Shades of Fuchsia #DD48B7

Tints of Fuchsia #DD48B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.45%

R = 46.43%
G = 15.13%
B = 38.45%

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

#DD48B7 (or 0xDD48B7) is known color: Fuchsia. HEX triplet: DD, 48 and B7. RGB value is (221,72,183). Sum of RGB (Red+Green+Blue) = 221+72+183=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48B7 is #22B748. Grayscale: #808080. Windows color (decimal): -2275145 or 12011741. OLE color: 12011741.

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

Color convert

RGB 221 72 183 -
CMYK 0 0.67 0.17 0.13
HSL 315.3º 0.69% 0.57% -
HSV(B) 315.3º 0.67% 0.87% -
XYZ 40.68 23.43 47.18 -
YUV 129.21 158.36 193.47 -
System Red Green Blue C M Y K H S L
Decimal 221 72 183 0 0.67 0.17 0.13 315.3 0.69 0.57
Hex DD 48 B7 0 43 11 D 13B 45 39
Octal 335 110 267 0 103 21 15 473 105 71
Binary 11011101 1001000 10110111 0 1000011 10001 1101 100111011 1000101 111001

Color Harmonies of #DD48B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48B7

Black with #DD48B7

Text Example


Text Example

White with #DD48B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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