Html Css Color HEX #DB48D2 Free Speech Magenta

📋 copy color: '#DB48D2'

red 219 ◦ green 72 ◦ blue 210

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

Shades of Free Speech Magenta #DB48D2

Tints of Free Speech Magenta #DB48D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.92%

R = 43.71%
G = 14.37%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB48D2 (or 0xDB48D2) is known color: Free Speech Magenta. HEX triplet: DB, 48 and D2. RGB value is (219,72,210). Sum of RGB (Red+Green+Blue) = 219+72+210=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48D2 is #24B72D. Grayscale: #838383. Windows color (decimal): -2406190 or 13781211. OLE color: 13781211.

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

Color convert

RGB 219 72 210 -
CMYK 0 0.67 0.04 0.14
HSL 303.67º 0.67% 0.57% -
HSV(B) 303.67º 0.67% 0.86% -
XYZ 43.16 24.35 63.4 -
YUV 131.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 219 72 210 0 0.67 0.04 0.14 303.67 0.67 0.57
Hex DB 48 D2 0 43 4 E 130 43 39
Octal 333 110 322 0 103 4 16 460 103 71
Binary 11011011 1001000 11010010 0 1000011 100 1110 100110000 1000011 111001

Color Harmonies of #DB48D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48D2

Black with #DB48D2

Text Example


Text Example

White with #DB48D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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