Html Css Color HEX #DB48B2 Fuchsia

📋 copy color: '#DB48B2'

red 219 ◦ green 72 ◦ blue 178

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

Shades of Fuchsia #DB48B2

Tints of Fuchsia #DB48B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 46.7%
G = 15.35%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB48B2 (or 0xDB48B2) is known color: Fuchsia. HEX triplet: DB, 48 and B2. RGB value is (219,72,178). Sum of RGB (Red+Green+Blue) = 219+72+178=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB48B2 is #24B74D. Grayscale: #7F7F7F. Windows color (decimal): -2406222 or 11684059. OLE color: 11684059.

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

Color convert

RGB 219 72 178 -
CMYK 0 0.67 0.19 0.14
HSL 316.73º 0.67% 0.57% -
HSV(B) 316.73º 0.67% 0.86% -
XYZ 39.57 22.91 44.46 -
YUV 128.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 219 72 178 0 0.67 0.19 0.14 316.73 0.67 0.57
Hex DB 48 B2 0 43 13 E 13D 43 39
Octal 333 110 262 0 103 23 16 475 103 71
Binary 11011011 1001000 10110010 0 1000011 10011 1110 100111101 1000011 111001

Color Harmonies of #DB48B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48B2

Black with #DB48B2

Text Example


Text Example

White with #DB48B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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