Html Css Color HEX #DB48F8 Free Speech Magenta

📋 copy color: '#DB48F8'

red 219 ◦ green 72 ◦ blue 248

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

Shades of Free Speech Magenta #DB48F8

Tints of Free Speech Magenta #DB48F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.01%

R = 40.63%
G = 13.36%
B = 46.01%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DB48F8 (or 0xDB48F8) is known color: Free Speech Magenta. HEX triplet: DB, 48 and F8. RGB value is (219,72,248). Sum of RGB (Red+Green+Blue) = 219+72+248=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 72 (28.52% from 255 or 13.36% from 539); Blue value is 248 (97.27% from 255 or 46.01% from 539); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB48F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48F8 is #24B707. Grayscale: #878787. Windows color (decimal): -2406152 or 16271579. OLE color: 16271579.

HSL color Cylindrical-coordinate representation of color #DB48F8: hue angle of 290.11º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB48F8 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 72 248 -
CMYK 0.12 0.71 0 0.03
HSL 290.11º 0.93% 0.63% -
HSV(B) 290.11º 0.71% 0.97% -
XYZ 48.47 26.47 91.36 -
YUV 136.02 191.2 187.19 -
System Red Green Blue C M Y K H S L
Decimal 219 72 248 0.12 0.71 0 0.03 290.11 0.93 0.63
Hex DB 48 F8 C 47 0 3 122 5D 3F
Octal 333 110 370 14 107 0 3 442 135 77
Binary 11011011 1001000 11111000 1100 1000111 0 11 100100010 1011101 111111

Color Harmonies of #DB48F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48F8

Black with #DB48F8

Text Example


Text Example

White with #DB48F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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