Html Css Color HEX #DB48C3 Free Speech Magenta

📋 copy color: '#DB48C3'

red 219 ◦ green 72 ◦ blue 195

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

Shades of Free Speech Magenta #DB48C3

Tints of Free Speech Magenta #DB48C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.12%

R = 45.06%
G = 14.81%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB48C3 (or 0xDB48C3) is known color: Free Speech Magenta. HEX triplet: DB, 48 and C3. RGB value is (219,72,195). Sum of RGB (Red+Green+Blue) = 219+72+195=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48C3 is #24B73C. Grayscale: #818181. Windows color (decimal): -2406205 or 12798171. OLE color: 12798171.

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

Color convert

RGB 219 72 195 -
CMYK 0 0.67 0.11 0.14
HSL 309.8º 0.67% 0.57% -
HSV(B) 309.8º 0.67% 0.86% -
XYZ 41.38 23.63 54.01 -
YUV 129.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 219 72 195 0 0.67 0.11 0.14 309.8 0.67 0.57
Hex DB 48 C3 0 43 B E 136 43 39
Octal 333 110 303 0 103 13 16 466 103 71
Binary 11011011 1001000 11000011 0 1000011 1011 1110 100110110 1000011 111001

Color Harmonies of #DB48C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48C3

Black with #DB48C3

Text Example


Text Example

White with #DB48C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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