Html Css Color HEX #DB48ED Free Speech Magenta

📋 copy color: '#DB48ED'

red 219 ◦ green 72 ◦ blue 237

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

Shades of Free Speech Magenta #DB48ED

Tints of Free Speech Magenta #DB48ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 41.48%
G = 13.64%
B = 44.89%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB48ED (or 0xDB48ED) is known color: Free Speech Magenta. HEX triplet: DB, 48 and ED. RGB value is (219,72,237). Sum of RGB (Red+Green+Blue) = 219+72+237=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 72 (28.52% from 255 or 13.64% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB48ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48ED is #24B712. Grayscale: #868686. Windows color (decimal): -2406163 or 15550683. OLE color: 15550683.

HSL color Cylindrical-coordinate representation of color #DB48ED: hue angle of 293.45º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB48ED is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 72 237 -
CMYK 0.08 0.70 0 0.07
HSL 293.45º 0.82% 0.61% -
HSV(B) 293.45º 0.7% 0.93% -
XYZ 46.82 25.81 82.63 -
YUV 134.76 185.7 188.08 -
System Red Green Blue C M Y K H S L
Decimal 219 72 237 0.08 0.70 0 0.07 293.45 0.82 0.61
Hex DB 48 ED 8 46 0 7 125 52 3D
Octal 333 110 355 10 106 0 7 445 122 75
Binary 11011011 1001000 11101101 1000 1000110 0 111 100100101 1010010 111101

Color Harmonies of #DB48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48ED

Black with #DB48ED

Text Example


Text Example

White with #DB48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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