Html Css Color HEX #DB48B5 Fuchsia

📋 copy color: '#DB48B5'

red 219 ◦ green 72 ◦ blue 181

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

Shades of Fuchsia #DB48B5

Tints of Fuchsia #DB48B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.35%

R = 46.4%
G = 15.25%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB48B5 (or 0xDB48B5) is known color: Fuchsia. HEX triplet: DB, 48 and B5. RGB value is (219,72,181). Sum of RGB (Red+Green+Blue) = 219+72+181=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48B5 is #24B74A. Grayscale: #808080. Windows color (decimal): -2406219 or 11880667. OLE color: 11880667.

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

Color convert

RGB 219 72 181 -
CMYK 0 0.67 0.17 0.14
HSL 315.51º 0.67% 0.57% -
HSV(B) 315.51º 0.67% 0.86% -
XYZ 39.87 23.03 46.06 -
YUV 128.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 219 72 181 0 0.67 0.17 0.14 315.51 0.67 0.57
Hex DB 48 B5 0 43 11 E 13C 43 39
Octal 333 110 265 0 103 21 16 474 103 71
Binary 11011011 1001000 10110101 0 1000011 10001 1110 100111100 1000011 111001

Color Harmonies of #DB48B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48B5

Black with #DB48B5

Text Example


Text Example

White with #DB48B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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