Html Css Color HEX #DB48BB Fuchsia

📋 copy color: '#DB48BB'

red 219 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #DB48BB

Tints of Fuchsia #DB48BB

RGB

 RED value IS 219 (85.94% from 255) = 45.82%

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

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

R = 45.82%
G = 15.06%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB48BB (or 0xDB48BB) is known color: Fuchsia. HEX triplet: DB, 48 and BB. RGB value is (219,72,187). Sum of RGB (Red+Green+Blue) = 219+72+187=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48BB is #24B744. Grayscale: #808080. Windows color (decimal): -2406213 or 12273883. OLE color: 12273883.

HSL color Cylindrical-coordinate representation of color #DB48BB: hue angle of 313.06º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB48BB is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 72 187 -
CMYK 0 0.67 0.15 0.14
HSL 313.06º 0.67% 0.57% -
HSV(B) 313.06º 0.67% 0.86% -
XYZ 40.5 23.28 49.37 -
YUV 129.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 219 72 187 0 0.67 0.15 0.14 313.06 0.67 0.57
Hex DB 48 BB 0 43 F E 139 43 39
Octal 333 110 273 0 103 17 16 471 103 71
Binary 11011011 1001000 10111011 0 1000011 1111 1110 100111001 1000011 111001

Color Harmonies of #DB48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48BB

Black with #DB48BB

Text Example


Text Example

White with #DB48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48BB; }

 p { color: rgb(219,72,187); }

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

background-color css

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

 a { background-color: rgb(219,72,187); }

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

border-color css

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

 span { border-color: rgb(219,72,187); }

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