Html Css Color HEX #DB48DE Free Speech Magenta

📋 copy color: '#DB48DE'

red 219 ◦ green 72 ◦ blue 222

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

Shades of Free Speech Magenta #DB48DE

Tints of Free Speech Magenta #DB48DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.27%

R = 42.69%
G = 14.04%
B = 43.27%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB48DE (or 0xDB48DE) is known color: Free Speech Magenta. HEX triplet: DB, 48 and DE. RGB value is (219,72,222). Sum of RGB (Red+Green+Blue) = 219+72+222=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB48DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48DE is #24B721. Grayscale: #848484. Windows color (decimal): -2406178 or 14567643. OLE color: 14567643.

HSL color Cylindrical-coordinate representation of color #DB48DE: hue angle of 298.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB48DE is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 72 222 -
CMYK 0.01 0.68 0 0.13
HSL 298.8º 0.69% 0.58% -
HSV(B) 298.8º 0.68% 0.87% -
XYZ 44.72 24.97 71.57 -
YUV 133.05 178.2 189.3 -
System Red Green Blue C M Y K H S L
Decimal 219 72 222 0.01 0.68 0 0.13 298.8 0.69 0.58
Hex DB 48 DE 1 44 0 D 12B 45 3A
Octal 333 110 336 1 104 0 15 453 105 72
Binary 11011011 1001000 11011110 1 1000100 0 1101 100101011 1000101 111010

Color Harmonies of #DB48DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48DE

Black with #DB48DE

Text Example


Text Example

White with #DB48DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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